Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fee1-dead/aoc

Advent of Code
https://github.com/fee1-dead/aoc

Last synced: 2 days ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

        

# Advent of Code

monorepo for my solutions to the Advent of Code.

To run a solution, please put the session cookie inside a file named SESSION
in the repository so it can automatically fetch the input for you.

Alternatively, you can put the input inside input/YYYY-MM.txt and it will not
fetch anything. In that case, you still need SESSION to exist, so do this:

```bash
touch SESSION
```