added go version

This commit is contained in:
2022-10-27 18:40:25 +08:00
parent 0d7e5f1dc7
commit c6c6adb441

7
hello.go Normal file
View File

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