Progress: finished primitive types, vecs, movesematics. progress structs

This commit is contained in:
2026-07-10 23:35:48 +02:00
parent 1c85acbd7e
commit ab5b9bff14
15 changed files with 92 additions and 12 deletions
@@ -1,6 +1,6 @@
// TODO: Fix the compiler error in this function.
fn fill_vec(vec: Vec<i32>) -> Vec<i32> {
let vec = vec;
let mut vec = vec;
vec.push(88);