This commit is contained in:
nub31
2025-07-02 23:44:59 +02:00
parent ae534a7a54
commit 9f40d8a9c9
2 changed files with 2 additions and 8 deletions

View File

@@ -8,11 +8,7 @@ struct Human
export func main(args: []cstring): i64
{
let x: cstring
x = "john"
c::puts(x)
c::puts("john")
return 0
}