Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 308 Bytes

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