7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
func main(args: []cstring): i64
|
|
{
|
|
c::puts("test")
|
|
|
|
return 0
|
|
}
|