advent-of-code/2022/day-1_calorie_counting
..
src
.gitignore
Cargo.lock
Cargo.toml
README.md
task.md

README.md

Calorie Counting

Implementation of this task that started clean but ended up in a lot of bodging.

and is very much not idiomatic rust

Usage

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

Alternative

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