day-03 part-1

This commit is contained in:
2024-12-03 09:21:02 +02:00
parent 3789ea1005
commit d986d89c78
8 changed files with 170 additions and 1 deletions

2
2024/day-03/src/lib.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod part1;
pub mod part2;