Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

Rust Advent of Code Solutions

My solutions for Advent of Code in Rust.

Execution

Run

cargo run -- --year <year> --day <day>

year - 4 digits, i.e. 2015.

day - 2 digits with a or b as suffix, i.e. 01a

Example

cargo run -- --year 2015 --day 01a

Test

Tests can be executed via module path year<year>::day<day>::tests.

Example

cargo test -- year2022::day01::tests

Used by

Contributors

Languages