...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user