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