Day 8 part 2, easy peasy Least Common Multiple

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-08 01:54:20 -06:00
parent cab03a2ed5
commit 82fc810e11
4 changed files with 138 additions and 75 deletions

View file

@ -1,3 +1,4 @@
pub mod aoc;
pub mod common;
pub mod config;
pub mod math;