https://github.com/paraseba/advent-of-code-2022
My solutions to Advent of Code '22
https://github.com/paraseba/advent-of-code-2022
Last synced: 11 months ago
JSON representation
My solutions to Advent of Code '22
- Host: GitHub
- URL: https://github.com/paraseba/advent-of-code-2022
- Owner: paraseba
- License: gpl-3.0
- Created: 2022-12-11T10:24:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T16:04:34.000Z (over 3 years ago)
- Last Synced: 2025-06-18T17:05:52.276Z (about 1 year ago)
- Language: Haskell
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of code 2022
Haskell solutions to [year 2022 problems](https://adventofcode.com/2022).
* Install nix
* Run `nix develop` in the root dir. First time it will take a while.
* Run all problems with `cabal run aoc`,
* or specific days with `cabal run aoc -- 5 9 25`.