From c6d99e5f7bd7f1eb526dd7633ff90fb7e1123a58 Mon Sep 17 00:00:00 2001 From: SpookyDervish Date: Tue, 7 Jul 2026 10:57:21 +1000 Subject: [PATCH] forgot a semi colon --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index f38805d..c6e466d 100644 --- a/src/main.c +++ b/src/main.c @@ -8,5 +8,5 @@ on_import { The on_import function is called by the compiler so you can let it know about all your symbols you want to expose. */ - printf("We've been imported!\n") + printf("We've been imported!\n"); } \ No newline at end of file