Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marty777/adventofcode2019
Doing https://adventofcode.com/2019 in Rust this year
https://github.com/marty777/adventofcode2019
Last synced: about 2 months ago
JSON representation
Doing https://adventofcode.com/2019 in Rust this year
- Host: GitHub
- URL: https://github.com/marty777/adventofcode2019
- Owner: marty777
- License: mit
- Created: 2019-12-01T18:18:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T18:07:10.000Z (about 1 year ago)
- Last Synced: 2023-11-10T12:16:24.190Z (about 1 year ago)
- Language: Rust
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adventofcode2019
Doing https://adventofcode.com/2019 in Rust this yearUsage:
cargo run [DAY] [INPUT FILE] ...
[DAY] The advent program day to run
[INPUT FILE] The relative or absolute path to the input file.
![alt text](https://github.com/marty777/adventofcode2019/raw/master/complete.png "All done")