Sign in
go
/
example
/
787a929d5a0dfb8bbfcdd2c4a62e0fd89466113f
/
.
/
gotypes
/
hello
/
hello.go
blob: 01a28623ae30bd61b1b5992f2b607194cdd697fb [
file
]
//!+
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
//!-