mayjs / advent_of_code_2021

My solutions for Advent of Code 2021 in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

My personal solutions for the 2021 Advent of Code in Rust.

Test the implementations on small examples using cargo test.

Every day is provided as a binary, so day XX can be run as cargo run dayXX. Since inputs are not supposed to be shared, you'll have to create your own input files in the input directory.

I'll try to create some useful helper functions in the library module along the way.

About

My solutions for Advent of Code 2021 in Rust


Languages

Language:Rust 99.7%Language:Nix 0.3%