This commit is contained in:
HFO4
2019-11-04 20:30:12 +08:00
parent cd1f3be22d
commit 86896aedd0
3 changed files with 13 additions and 0 deletions

7
main.go Normal file
View File

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