Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 231 Bytes

Advent of Code 2022

My solutions for Advent of code 2022 in Rust.

img

Test

Run the tests with the following command:

cargo test

Alternative use the watch command:

cargo watch -x 'test'