advent-of-code/2022/day-1_calorie_counting
TuDatTr 8cd8032741 Refactor to use common lib
Added solution for AoC 2022/2

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2022-12-02 08:37:33 +01:00
..
src Refactor to use common lib 2022-12-02 08:37:33 +01:00
.gitignore Added usage information in project README.md 2022-12-02 00:01:24 +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 Added alternative solution in python 2022-12-02 01:24:22 +01:00
task.md Added usage information in project README.md 2022-12-02 00:01:24 +01:00

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>