Add skeleton project

Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
This commit is contained in:
Anthony Oteri
2023-12-06 20:30:47 -05:00
parent 39357dd33c
commit 6bc2407bba
11 changed files with 166 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
pub mod error;
pub mod part1;
pub mod part2;