advent-of-code/2022/day-2
TuDatTr 4e36ed6462 ?
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-10-09 01:45:03 +02:00
..
src ? 2023-10-09 01:45:03 +02:00
.gitignore ? 2023-10-09 01:45:03 +02:00
Cargo.lock ? 2023-10-09 01:45:03 +02:00
Cargo.toml ? 2023-10-09 01:45:03 +02:00
README.md ? 2023-10-09 01:45:03 +02:00
task.md ? 2023-10-09 01:45:03 +02: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>