Skip to content

oioki/adventofcode-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ„ 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