Skip to content

Ummon/AdventOfCode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2022

https://adventofcode.com/2022

Running tests

Example for day 1 tests:

cargo test day01 -- --nocapture

All tests:

cargo test -- --nocapture

Running a day code

cargo run -- n

Where 'n' is a number from 1 to 25

Releases

No releases published

Packages

No packages published

Languages