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