advent-of-code/2022/day-2_rock_paper_scissors/README.md

366 B

Calorie Counting

Implementation of this task. I tried to do it idiomatically, but it quickly turned into a mess when part two was introduced.

I'm sensing a theme here

Usage

cargo run --release -- --input <Path to file with inputs>

Alternative

cargo install --release . 
rock_paper_scissors -i <Path to file with inputs>