Files
advent-of-code/2022/day-1_calorie_counting
2022-12-02 01:24:22 +01:00
..
2022-12-02 00:58:50 +01:00
2022-12-01 22:17:40 +01:00
2022-12-02 01:24:22 +01:00

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>