This commit is contained in:
wyh 2021-07-19 11:42:12 +08:00
parent b02ac05ed1
commit d89a3abf9c
1 changed files with 7 additions and 0 deletions

7
god.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func mains() {
fmt.Println("hello 52.")
}