dev_golang/test.go
2019-03-04 17:51:43 +08:00

9 lines
75 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Hello World!\n")
}