Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rehandalal/aoc2020

https://adventofcode.com/2020
https://github.com/rehandalal/aoc2020

advent-of-code advent-of-code-2020

Last synced: 28 days ago
JSON representation

https://adventofcode.com/2020

Awesome Lists containing this project

README

        

# ADVENT OF CODE 2020

Clone the project and run:

```
$ ./aoc.py run 12
```

In the example above `12` is the day for which we want to run the puzzle solver.

To run tests for a given day:

```
$ ./aoc.py test 12
```