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

https://github.com/matsuuu/advent-of-code-2020


https://github.com/matsuuu/advent-of-code-2020

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 🎄🎄 Advent of Code 🎄🎄

This is my AoC repo in which I hope I will have time to do as many of the assignments as possible

## Running the project

Navigate to aoc

```bash
cd aoc
```

Run the test for wanted day with the `solve` script

```bash
./solve One
```

Creating a new day

- Copy the Test file
- Change import & class name
- Create matching base class
- Solve