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

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

🦀 Rust solutions to AoC 2020
https://github.com/wfxr/advent-of-code-2020

Last synced: 3 months ago
JSON representation

🦀 Rust solutions to AoC 2020

Awesome Lists containing this project

README

        

# [Advent of Code 2020](https://adventofcode.com/2020/stats)

I am trying to write the solutions without any external dependencies in an elegant way.
Performance is not my primary goal but I expect that each solution can be finished within 1 second.

To run a solution:

```
cargo run --release

```

To test all solutions:

```
cargo test --release
```