mxe/plugins/go/src/mxe-test/main.go

8 lines
77 B
Go

package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}