Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 337 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 337 Bytes

Advent of Code 2019

Prerequisites

Setup

asdf install

Running

# substitute `XX` with zero-padded day number
cargo run -p day_XX --bin day_XX -- ./day_XX/input.txt

Testing

cargo test

Adding new package

cargo new --lib day_XX