matmeylan / advent-of-code-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2022in Rust

https://adventofcode.com/2022

How to run a challenge

# runs day 1
cargo run day1

How to run a challenge tests

# runs day 1 tests
cargo test day1_tests

About


Languages

Language:Rust 100.0%