Skip to content

Commit 443958b

Browse files
committed
Add semicolon to test
1 parent afc3c6d commit 443958b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/array.lol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Demonstrate array syntax */
2-
module io = import("stdio.h")
2+
module io = import("stdio.h");
33

44
function main() -> i32 {
55
let array: Array[i32] = [0, 1, 2, 3];

0 commit comments

Comments
 (0)