7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
import "c";
|
|
|
|
global func main() {
|
|
let x = "test";
|
|
puts(x);
|
|
}
|