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

https://github.com/caneroj1/aoc-2020

Advent of Code 2020
https://github.com/caneroj1/aoc-2020

Last synced: about 2 months ago
JSON representation

Advent of Code 2020

Awesome Lists containing this project

README

        

# Usage

```bash
$ sbt
$ run-main jcanero.day1.DayOne
```

```bash
$ sbt "runMain jcanero.day3.DayThreePartTwo test"
$ sbt "runMain jcanero.day3.DayThreePartOne"
```