https://github.com/behos/aoc2021
https://github.com/behos/aoc2021
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/behos/aoc2021
- Owner: behos
- License: apache-2.0
- Created: 2021-11-16T06:53:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T06:43:06.000Z (over 3 years ago)
- Last Synced: 2025-01-22T17:46:07.313Z (4 months ago)
- Language: Haskell
- Size: 145 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
# Advent of Code 2021
New days can be added in a new top-level file with a Main.hs
package.yaml needs to be updated too to point to the new bin.
Executing a day is simply
```
stack run day-XX
```