Add test for bug in padding validation and get ready for challenge 18.

This commit is contained in:
2022-07-05 19:13:15 -04:00
parent 57836c91f1
commit 29c2685b1a
3 changed files with 13 additions and 0 deletions

View File

@@ -25,4 +25,5 @@ fn main() {
set2::challenge15();
set2::challenge16();
set3::challenge17();
set3::challenge18();
}