Sign in
go
/
website
/
70f9a532c43392204d72e03fe0ba1a86a60125ea
/
.
/
_content
/
talks
/
2014
/
hellogophers
/
hello_20080811.go
blob: 68219ca28baefa6fae3ce79907c03e9104bdd201 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
func main() {
print("hello, world\n");
}