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