https://github.com/ericfreese/advent2021
https://github.com/ericfreese/advent2021
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericfreese/advent2021
- Owner: ericfreese
- Created: 2022-01-11T05:44:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T05:15:32.000Z (over 4 years ago)
- Last Synced: 2025-01-23T03:37:15.016Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### https://adventofcode.com/2021
```
Usage: advent2021 (-d|--day INT) (-p|--part INT)
Generate solutions for 2021 Advent of Code
Available options:
-d,--day INT Day to generate solution for
-p,--part INT Part to generate solution for
-h,--help Show this help text
```