Skip to content

mayjs/advent_of_code_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.