Sign in
◑
Theme
go
/
website
/
9bbbb24e952abe366377d5bc6f23e1cc024667ff
/
.
/
_content
/
blog
/
constants
/
default1.go
blob: 0f7909cddaa3db222986396d89aa7c916063f034 [
file
]
// +build OMIT
package main
import "fmt"
func main() {
// START OMIT
fmt.Printf("%s", "Hello, 世界")
// STOP OMIT
}