/advent-2022

Advent of Code 2022 solutions in Rust

Primary LanguageRust

Advent of Code 2022

How to run

$ cd 01/
$ rustc main.rs
$ ./main input.txt
24000
45000

etc.