5 lines
69 B
Text
5 lines
69 B
Text
import stdlib.*;
|
|
|
|
exported func main() {
|
|
println("Hello world!");
|
|
}
|