Finish challenge 29 - I didn't find it trivial tbh

This commit is contained in:
2022-08-19 18:39:29 -04:00
parent 65fe5a7f96
commit c12b1c45a6
4 changed files with 139 additions and 71 deletions

View File

@@ -14,7 +14,7 @@ mod sha1;
mod utils;
fn main() {
const RUN_ALL: bool = true;
const RUN_ALL: bool = false;
if RUN_ALL {
set1::challenge1();
set1::challenge2();
@@ -45,7 +45,8 @@ fn main() {
set4::challenge27();
set4::challenge28();
set4::challenge29();
set4::challenge30();
} else {
set4::challenge29();
set4::challenge30();
}
}