Sign in
go
/
talks
/
eff1bd5e72d9802533961846674f884026486737
/
.
/
2014
/
taste
/
hello.go
blob: 1725b6e32f7ca743ae237d4528e360c3390b315e [
file
] [
log
] [
blame
]
// +build OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界!")
}