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

https://github.com/lurst/advent_of_code_2020

https://adventofcode.com/
https://github.com/lurst/advent_of_code_2020

Last synced: 5 months ago
JSON representation

https://adventofcode.com/

Awesome Lists containing this project

README

          

# Advent of Code 2020

## How to run

Each directory is a day, each executable is a part, for example, to run part 1 of day 1:

```
cd 1
./1
```

Just a pull request