https://github.com/ikeviny/advent
🎄 My Advent of Code solutions in Python.
https://github.com/ikeviny/advent
advent-of-code advent-of-code-python
Last synced: 24 days ago
JSON representation
🎄 My Advent of Code solutions in Python.
- Host: GitHub
- URL: https://github.com/ikeviny/advent
- Owner: iKevinY
- License: mit
- Created: 2016-12-01T05:24:38.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T04:26:57.000Z (4 months ago)
- Last Synced: 2025-04-11T22:45:01.783Z (24 days ago)
- Topics: advent-of-code, advent-of-code-python
- Language: Python
- Homepage: https://adventofcode.com
- Size: 715 KB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iKevinY/advent
My [Advent of Code](https://adventofcode.com) solutions.
## Test Runner
Under the request of the Advent of Code team, puzzle inputs and outputs
are not being committed to this repo. However, I have written a small
test runner for the puzzles.The runner assumes that the input for year `YYYY`, day `DD` is stored
in `YYYY/inputs/DD.txt`, and that the expected output is present in
`YYYY/outputs/DD.txt`. If both files are present, the file will be
tested against the input; it passes if all lines in the output file
are printed to stdout during the execution of the program.## License
Code in the `2015`, `2016`, `2017`, and `2018` directories are licensed
under the [MIT License](LICENSE).