Files
2026-02-24 17:37:07 +08:00

165 B

This task is to define a squared function that raises all i32s in a slice to the power of 2, modifying the slice in place. Follow the TODO comments in the code.