test code

This commit is contained in:
pengtao 2019-03-04 17:51:43 +08:00
commit 5d7e187a0f

8
test.go Normal file
View File

@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello World!\n")
}