Skip to content

teddav/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤶 Advent of Code 2022

Rust solutions to AoC 2022

Run

cargo run --bin dayXX

or

cargo watch -x "run --bin dayXX"

Tests

cargo test --bin dayXX -- --show-output