Solvers for the 2021 Advent of Code festive programming puzzles.
Go to file
Zoé Cassiopée Gauthier 2c1f191fe1 Day 14, part 2
2021-12-14 11:59:23 -05:00
.github/workflows Add GitHub Action for unit tests 2021-12-06 14:26:14 -05:00
inputs Day 14, part 1 2021-12-14 11:39:00 -05:00
src Day 14, part 2 2021-12-14 11:59:23 -05:00
.gitignore Initial commit 2021-11-29 21:11:52 -05:00
Cargo.lock Initial commit 2021-11-29 21:11:52 -05:00
Cargo.toml Day 14, part 1 2021-12-14 11:39:00 -05:00
README.md Add README file 2021-12-06 14:34:46 -05:00

Unit tests

Solvers for the 2021 Advent of Code festive programming puzzles.

Installation

Install the Rust toolchain to build the daily problem solvers. Go to the rustup page and follow the instructions.

Usage

You can run the unit tests for all the daily problems

cargo test

and then run individual solvers by specifying the name of the daily binary, for example

cargo run --bin day6