Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Dec 4, 2024
1 parent 7521e49 commit b6a8a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
unconstrained fn main(x: u32) {
let a1 = [1, 2, 3, 4, 5];

for i in 0 .. 5 {
for i in 0..5 {
let mut a2 = [1, 2, 3, 4, 5];
a2[x + i] = 128;
println(a2);
Expand Down

0 comments on commit b6a8a97

Please sign in to comment.