Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 317 Bytes

Welcome

Here are a few solutions for Advent Of Code 2019. They are solved using Rust.

How to use

Build this project:

cargo build # debug build
cargo build --release # release build

Run project:

cargo run day # for example cargo run 1 
cargo run --release day