Primitive to int/float/bool

This commit is contained in:
nub31
2025-07-24 18:39:13 +02:00
parent 2d6cf0ba7f
commit 85297fc364
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
}