Skip to content

IdrisTheDragon/Advent2022

Repository files navigation

Advent2022

https://adventofcode.com/2022/

Language

Rust!

Usage

run all days

cargo run

test example inputs for specific day (where XX is day no)

cargo test -p day_XX

generate new day (where XX is day no)

cargo run -p cargo-day -- XX

(alternatively)

cargo install --path cargo-day
cargo-day XX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages