fix test
All checks were successful
Check / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
sfja 2026-03-16 22:33:42 +01:00
parent f05812c18c
commit 8b10163805

View File

@ -1,7 +1,7 @@
fn main() fn main()
{ {
let array: [int; 3] = [1, 2, false]; let array: [int; 3] = [1, 2, 3];
// let a = 4; // let a = 4;
// let b = a; // let b = a;