first commit
This commit is contained in:
commit
4ff159dd4a
20 changed files with 6529 additions and 0 deletions
7
tests/arrays.sui
Normal file
7
tests/arrays.sui
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Array test
|
||||
fn main(args: [string]) -> int do
|
||||
let arr = [1, 2, 3, 4];
|
||||
let empty = [];
|
||||
let x = arr[0];
|
||||
x
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue