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

https://github.com/deriegle/adventofcode

Advent of Code 2020 Solutions
https://github.com/deriegle/adventofcode

Last synced: 3 months ago
JSON representation

Advent of Code 2020 Solutions

Awesome Lists containing this project

README

        

# Advent of Code Solutions

## Adding Solution for new day

For 2020 day 3 for example:

```bash
cp -R template 2020/day3
```

Paste your input text into input.txt and start adding your solution to the `2020/day3/index.js` file.