mirror of https://git.sr.ht/~garritfra/sabre
3 changed files with 3 additions and 8 deletions
@ -1,9 +1,5 @@ |
|||
fn main() { |
|||
|
|||
let arr = [[11, 12, 13], [21, 22, 23], [31, 32, 33]] |
|||
for i in arr { |
|||
for j in i { |
|||
println(j) |
|||
} |
|||
} |
|||
let x = (1 + (2 * 3)) |
|||
print(x) |
|||
} |
Loading…
Reference in new issue