https://github.com/rnelson/adventofcode
AdventOfCode.com Solutions
https://github.com/rnelson/adventofcode
Last synced: 5 months ago
JSON representation
AdventOfCode.com Solutions
- Host: GitHub
- URL: https://github.com/rnelson/adventofcode
- Owner: rnelson
- License: mit
- Created: 2015-12-01T21:23:39.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-12-11T23:49:10.000Z (7 months ago)
- Last Synced: 2025-12-13T05:21:08.416Z (7 months ago)
- Language: C#
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
My [Advent of Code](http://adventofcode.com) solutions.
They expect a very specific external directory structure for input files since the files were removed
from this repository. YMMV on anything from 2023 and earlier.
For 2024 onward, the assumption is that this repository is cloned to `~/dev/adventofcode` or
`C:\dev\adventofcode`, whether UNIX or Windows. Alongside it is a `~/dev/aoc-inputs`/`C:\dev\aoc-inputs`
which has the following structure:
`YEAR` -> `test` and `real` -> `DayXX.txt`
For example, `2024/test/Day04.txt` and `2024/real/Day01.txt`.
## License
Released under the [MIT License](http://rnelson.mit-license.org).