Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 434 Bytes

🎄 Advent of Code 2022

https://adventofcode.com/2022

Usage:

$ cd 01

$ make test
cat test.txt | cargo run --manifest-path 1/Cargo.toml --quiet
The answer is 24000
cat test.txt | cargo run --manifest-path 2/Cargo.toml --quiet
The answer is 45000

$ make
cat input.txt | cargo run --manifest-path 1/Cargo.toml --quiet
The answer is 71471
cat input.txt | cargo run --manifest-path 2/Cargo.toml --quiet
The answer is 211189