Skip to content

Da-Real-Kryall/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2022

Advent of code 2022

I'll make this short and sweet:

  • You need cargo to run this since it's been written in rust.

  • You run a specific part of a specific day as follows: cargo run --release [day] [part] Thus, executing day 3 part 2 would be done as follows: cargo run --release 3 2

Hopefully that's simple enough, enjoy!

About

Advent of code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages