Sign in
go
/
website
/
b424f0c6d097b2f5a4aa071dcc6eb33070203a05
/
.
/
_content
/
talks
/
2012
/
simple
/
hello.go
blob: 0757c5318c0354e3f10ecd4e743f5374bfd6ee34 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, go")
}