add more code for 54 (WIP)

This commit is contained in:
Dr. Matthias Ratajczak
2022-08-17 20:21:01 +02:00
parent 9285c726a7
commit 66d884e298
2 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ fn main() {
ways[i] += ways[i - value];
}
}
println!("{:#?}", ways);
println!("{}", ways[TARGET]);
}