# Calorie Counting
Implementation of [this task](./task.md). 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 `
Alternative
```sh
cargo install --release .
rock_paper_scissors -i
```