tristan / adventofcode2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://adventofcode.com/2020/

Running each day

cargo run --bin day_01
# replacing day_01 with the day to run

Running test cases

cargo test --bin day_01 -- --nocapture
# -- --nocapture only needed when debugging with print outs

About


Languages

Language:Rust 100.0%