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