Finish challenge 20 statistical CTR.

This commit is contained in:
2022-07-29 09:20:59 -04:00
parent 3248609119
commit 6485a2f068
5 changed files with 112 additions and 9 deletions

View File

@@ -31,7 +31,8 @@ fn main() {
set3::challenge18();
set3::challenge19();
set3::challenge20();
set3::challenge21();
} else {
set3::challenge20();
set3::challenge21();
}
}