added go version

This commit is contained in:
Ian Griffin 2022-10-27 18:40:25 +08:00
parent 0d7e5f1dc7
commit c6c6adb441
1 changed files with 7 additions and 0 deletions

7
hello.go Normal file
View File

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