Solve challenge 32 and with that problem set 4

This commit is contained in:
2022-08-28 19:48:36 -04:00
parent f50197e480
commit ddafb43934
4 changed files with 104 additions and 61 deletions

3
src/set5.rs Normal file
View File

@@ -0,0 +1,3 @@
pub fn challenge33() {
println!("[xxxx] Challenge 33: now we talking!");
}