Sign in
go
/
website
/
07cbbd682a90a64da5697b2ae9af4fc6f06ea7e4
/
.
/
_content
/
talks
/
2014
/
playground
/
hello.go
blob: c1248a058aee80c9243aee34a6b830607c0b248d [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, gophers!")
}