Sign in
go
/
website
/
4c8263311032e41afd73fd00478a93dac869e081
/
.
/
_content
/
talks
/
2012
/
goforc
/
hello.go
blob: e4f48ab29f508b78c0e13b943a0ef91dbb423b22 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}