Skip to content

arturh85/adventofcode-rust-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 Solutions in Rust

Solutions written in the Rust Programming Language for Advent of Code:

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Should be compatible with Windows, Linux and macOS.

🛠️ Requirements

Install cargo-aoc with:

cargo install cargo-aoc 

👷 Installation

Clone this repository and change into the directory.

🚀 Usage

Execute specific day, in this example day 1:

cargo aoc -d 1

Run Criterion Benchmarks

cargo aoc bench -d 1

🧪 Run tests

cargo test

📝 License

Unlicense