Initial commit with a few problems

This commit is contained in:
2020-06-12 19:31:24 -04:00
commit 58c966711d
7 changed files with 261 additions and 0 deletions

3
src/Problems.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod Answer;
pub mod Problem1;
pub mod Problem2;