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

https://github.com/twe4ked/aoc2020

Advent of Code 2020
https://github.com/twe4ked/aoc2020

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

Last synced: 5 months ago
JSON representation

Advent of Code 2020

Awesome Lists containing this project

README

        

# Advent of Code 2020

``` sh
cargo test # test all days
cargo test --bin day_1 # test day 1
cargo run --bin day_1 # run day 1
./bin/run_all # run all days
```