Skip to content

vollkorntomate/AdventOfCode-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode-2022

My solutions for the Advent of Code 2022 – written in Rust

How to run

Each day is a separate binary target. The binary's name is the day in the format %02d (i.e. a two-digit number with leading zero).

To run the binary of one day, for example, day 02:

cargo run --bin 02