Challenge 23 eod.

This commit is contained in:
2022-08-04 17:13:38 -04:00
parent 8482db0bac
commit 92c73fb125
3 changed files with 73 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ mod set2;
mod set3;
fn main() {
const RUN_ALL: bool = true;
const RUN_ALL: bool = false;
if RUN_ALL {
set1::challenge1();
set1::challenge2();