Zoé Cassiopée Gauthier 96e7d52445 Day 22
2021-12-23 14:28:27 -05:00
2021-12-23 14:28:27 -05:00
2021-12-23 14:28:27 -05:00
2021-11-29 21:11:52 -05:00
2021-11-29 21:11:52 -05:00
2021-12-23 14:28:27 -05:00
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
Description
Solvers for the 2021 Advent of Code festive programming puzzles.
Readme 132 KiB
Languages
Rust 100%