ethos/tests/array.ethlang
sfja 284627e0d2
All checks were successful
Check / Explore-Gitea-Actions (push) Successful in 8s
add array initializer syntax
2026-03-13 00:23:33 +01:00

7 lines
43 B
Plaintext

fn main()
{
let array = [1, 2, 3];
}