Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 375 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 375 Bytes

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