Primitive to int/float/bool

This commit is contained in:
nub31
2025-07-24 18:39:13 +02:00
parent 07ee11210c
commit cf01cc2aaa
7 changed files with 146 additions and 148 deletions

View File

@@ -1,5 +1,5 @@
func main(args: []cstring): i64
{
puts("test" =)
puts("test")
return 0
}