Finish set 1.

This commit is contained in:
2022-04-11 20:13:53 -04:00
parent 6cc8ed65d0
commit 415baedd78
3 changed files with 237 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ fn main() {
set1::challenge5();
set1::challenge6();
set1::challenge7();
set1::challenge8();
}