Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traxys/aoc_2020
Advent of code 2020
https://github.com/traxys/aoc_2020
Last synced: 9 days ago
JSON representation
Advent of code 2020
- Host: GitHub
- URL: https://github.com/traxys/aoc_2020
- Owner: traxys
- License: gpl-3.0
- Created: 2020-12-01T10:17:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T15:01:44.000Z (about 4 years ago)
- Last Synced: 2024-12-21T02:07:46.444Z (15 days ago)
- Language: Rust
- Size: 124 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc_2020
Advent of code 2020
## How to run directly
you can just run `cargo run --bin dayX -- --input ` You can choose part 1 or 2 by suppling `--part {1,2}`, it default to part 1.
## Using `aoc_runner`
You can use `aoc_runner` to run those too, you need to be in the root of the directory for that