Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.