/advent_of_code

fun advent puzzle

Primary LanguageRustMIT LicenseMIT

Advent of code solutions

Using rust implementation

Simply run

cargo run --bin part_01 input.txt

to find the solution for the part_01 of corresponding day. Replace part_01 by part_02 to run second part and so on ...