From 828e20ddb66ee909eab64e751435e9908236ad83 Mon Sep 17 00:00:00 2001 From: nub31 Date: Sun, 26 Oct 2025 14:15:25 +0100 Subject: [PATCH] ... --- examples/hello-world/main.nub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/main.nub b/examples/hello-world/main.nub index f1d52f8..f2b691d 100644 --- a/examples/hello-world/main.nub +++ b/examples/hello-world/main.nub @@ -1,4 +1,4 @@ -module "main" +module main extern "puts" func puts(text: ^i8)