https://github.com/luc-wallace/aoc2024
(some) Advent of Code 2024 solutions.
https://github.com/luc-wallace/aoc2024
Last synced: about 2 months ago
JSON representation
(some) Advent of Code 2024 solutions.
- Host: GitHub
- URL: https://github.com/luc-wallace/aoc2024
- Owner: luc-wallace
- License: mit
- Created: 2024-12-01T19:20:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T13:15:21.000Z (5 months ago)
- Last Synced: 2025-01-23T21:54:36.007Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc2024
Some solutions for AOC 2024.
Credit to [Abizern](https://github.com/Abizern) on GitHub for the project structure.
All solutions are my own.
# Usage
Tested with GHC 9.4.8 and Cabal 3.10.3.0.
Challenge inputs for each day go in `/inputs/{day}.txt` (day must be two characters long and zero padded, e.g. 01, 02)
```
$ cabal run aoc2024
```The `day` arg is a numerical index of the solution you want to get.