Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnelson/adventofcode
AdventOfCode.com Solutions
https://github.com/rnelson/adventofcode
Last synced: 12 days 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T02:41:07.000Z (about 1 month ago)
- Last Synced: 2024-12-18T03:27:11.353Z (about 1 month ago)
- Language: C#
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- 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).