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 Refactor to use common lib 2022-12-02 08:37:33 +01:00
Cargo.lock Refactor to use common lib 2022-12-02 08:37:33 +01:00
Cargo.toml Refactor to use common lib 2022-12-02 08:37:33 +01:00
README.md Improved logging output 2022-12-02 11:51:37 +01:00
task.md Improved logging output 2022-12-02 11:51:37 +01:00

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>