Sign in
go
/
talks
/
388d6339938f480ffa4ea5b3fd79bce2abd196f1
/
.
/
2014
/
playground
/
hello.go
blob: b24f37846caff2f89a423eff6adb0d4e026435ec [
file
] [
log
] [
blame
]
// +build OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, gophers!")
}