Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
Advent of Code 2020
- Host: GitHub
- URL: https://github.com/twe4ked/aoc2020
- Owner: twe4ked
- Created: 2020-12-04T00:18:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T02:02:43.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T13:03:32.042Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Rust
- Homepage: https://adventofcode.com/2020
- Size: 184 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```