https://github.com/reeceyang/adventofcode2024
https://github.com/reeceyang/adventofcode2024
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reeceyang/adventofcode2024
- Owner: reeceyang
- License: mit
- Created: 2024-12-01T15:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:38:28.000Z (over 1 year ago)
- Last Synced: 2025-12-31T21:13:44.505Z (7 months ago)
- Language: Haskell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# adventofcode2024
To run the solution for a given day, change the `main-is` option in `adventofcode2024.cabal` to the solution file in `app/` (i.e. `1.hs`).