https://github.com/jonringer/aoc2021
Advent of Code for 2021
https://github.com/jonringer/aoc2021
Last synced: 8 months ago
JSON representation
Advent of Code for 2021
- Host: GitHub
- URL: https://github.com/jonringer/aoc2021
- Owner: jonringer
- Created: 2021-12-01T15:50:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T23:00:49.000Z (over 4 years ago)
- Last Synced: 2025-03-18T15:55:10.526Z (over 1 year ago)
- Language: Nix
- Size: 12.7 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC2021
Advent of Code for 2021
## Run the code
```
nix-instantiate --eval ./days/dayN/
# or
nix eval -f ./days/dayN/
```