repos
/
moxie
/
_test_hello
/ main.mx
main.mx
raw
1
package main
2
3
func main() {
4
println("hello world")
5
}
6