Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
🦀 Rust solutions to AoC 2020
- Host: GitHub
- URL: https://github.com/wfxr/advent-of-code-2020
- Owner: wfxr
- Created: 2020-12-03T02:55:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T09:35:38.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T16:39:51.370Z (3 months ago)
- Language: Rust
- Homepage: https://adventofcode.com/
- Size: 326 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```