Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# adventofcode2019
Doing https://adventofcode.com/2019 in Rust this year

Usage:

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")