Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 176 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 176 Bytes

Rust AOC22

Advent of Code

Usage

Running a solution:

cargo run --bin dayXX

Creating a new solution

cp src/bin/template.rs src/bin/dayXX.rs