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

https://github.com/tdooner/advent-code

Advent of Code
https://github.com/tdooner/advent-code

Last synced: 3 months ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

          

# Tom's Advent of Code

## Usage

```
# on the 5th of December:
./start.sh 5

echo '[input for test case]' > 2020/01/test-input

# edit process.rb, write the code
# run it with
ruby process.rb test-input

# verify it produces the right output, then solve it for real with
ruby process.rb input
```