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