@ -0,0 +1,3 @@
module myschools.me/wyh/hello
go 1.16
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello world.")
}