Files
moxa/_test/export0.go
2019-03-28 17:38:51 +01:00

9 lines
73 B
Go

package main
func Test() {
println("Hello from test")
}
// Output:
//