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

https://github.com/42loco42/aoc2022

Advent of Code 2022
https://github.com/42loco42/aoc2022

advent-of-code-2022 aoc2022 aoc2022-in-haskell

Last synced: 3 months ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

# Advent of Code - 2022
Let's see how far I can get without using libraries other than `base`.
**Update**: I'm using `vector` for day 12 and `containers` for day 14.

Will probably rewrite (parts of) this in Rust at some point
because I want to learn that language.

Also some of the solutions are horrendously slow lol.