Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rnelson/adventofcode

AdventOfCode.com Solutions
https://github.com/rnelson/adventofcode

Last synced: 12 days ago
JSON representation

AdventOfCode.com Solutions

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).