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)