Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesfrye/aoc2022
Solutions to puzzles from Advent of Code 2022
https://github.com/charlesfrye/aoc2022
Last synced: 27 days ago
JSON representation
Solutions to puzzles from Advent of Code 2022
- Host: GitHub
- URL: https://github.com/charlesfrye/aoc2022
- Owner: charlesfrye
- Created: 2022-11-24T04:00:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T10:41:57.000Z (about 2 years ago)
- Last Synced: 2024-10-27T15:37:40.963Z (3 months ago)
- Language: Shell
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2022
Solutions to (some) puzzles from Advent of Code 2022 in three languages:
- **λ Haskell λ**, a lazy, declarative functional programming language
- 🦀 **Rust** 🦀, a safety-conscious systems programming language
- ☕ **Javascript + Node + TypeScript** ☕, the contemporary full-stack web dev "language"It uses devcontainers, the containerization tool for VSCode,
to separate the three languages from each other and to make the solutions more portable.