ethos/tests/_array.ethlang
sfja 6620dbcace
All checks were successful
Check / Explore-Gitea-Actions (push) Successful in 7s
add array syntax
2026-03-12 00:13:33 +01:00

7 lines
43 B
Plaintext

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