Skip to content

JordanShurmer/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

A place to write solutions to https://adventofcode.com/2022

Run the solution for day n

cargo run -p day-n

Nightly:

cargo +nightly run -p day-3