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
- Host: GitHub
- URL: https://github.com/42loco42/aoc2022
- Owner: 42LoCo42
- Created: 2022-12-03T17:47:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T22:07:48.000Z (over 2 years ago)
- Last Synced: 2025-01-13T04:29:58.866Z (4 months ago)
- Topics: advent-of-code-2022, aoc2022, aoc2022-in-haskell
- Language: Haskell
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.