Skip to content

Commit

Permalink
Add semicolon to test
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu committed Jun 26, 2024
1 parent afc3c6d commit 443958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/array.lol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Demonstrate array syntax */
module io = import("stdio.h")
module io = import("stdio.h");

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

0 comments on commit 443958b

Please sign in to comment.