advent-of-code/2022/day-2_rock_paper_scissors
TuDatTr a5420b8c51 Refactor
Updated README.md

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2022-12-02 15:09:14 +01:00
..
src Refactor 2022-12-02 15:09:14 +01:00
.gitignore
Cargo.lock
Cargo.toml
README.md
task.md

README.md

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>