day1: Extract input parsing to lib

This commit is contained in:
jazzpi
2022-12-12 20:05:28 +01:00
parent f7fe704a12
commit 84ee26264b
4 changed files with 11 additions and 4 deletions

1
src/lib.rs Normal file
View File

@ -0,0 +1 @@
pub mod day1;