/rust-aoc-2021

My attempt at completing the 2021 Advent of Code in Rust - https://adventofcode.com/2021

Primary LanguageRustMIT LicenseMIT

Introduction

My attempt at completing the 2021 Advent of Code in Rust.

Usage

cargo run --bin day1 # Run the solution for a given day (here, day 1)
cargo test --bin day1 # Run tests for a given day (here, day 1)
cargo test # Run all tests