update makefiles

This commit is contained in:
nub31
2025-10-17 14:48:19 +02:00
parent 907aa68619
commit 6dc3d434f6
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
}