update makefiles

This commit is contained in:
nub31
2025-10-17 14:48:19 +02:00
parent c8d3863b09
commit 480228661a
3 changed files with 5 additions and 17 deletions

View File

@@ -4,6 +4,6 @@ extern "puts" func puts(text: cstring)
extern "main" func main(args: []cstring): i64
{
puts("test")
puts("Hello World")
return 0
}