https://github.com/thepuzzlemaker/aoc
Advent of Code solutions
https://github.com/thepuzzlemaker/aoc
Last synced: about 1 year ago
JSON representation
Advent of Code solutions
- Host: GitHub
- URL: https://github.com/thepuzzlemaker/aoc
- Owner: ThePuzzlemaker
- License: mit
- Created: 2020-12-01T22:29:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T05:32:15.000Z (over 5 years ago)
- Last Synced: 2025-01-29T16:12:26.547Z (over 1 year ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AoC
[Advent of Code][aoc] solutions
Each script reads from a local file `n.input`, replacing `n` with the day, as
the exact format that is provided on the [Advent of Code website][aoc] for that
challenge.
[aoc]: https://adventofcode.com