Skip to content

dmarx/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2022

https://adventofcode.com/2022

noob notes

  • To start a new day, run cargo new dayXX from the root directory.
  • Run the solution with cargo run from inside the dayXX subdir.