Sign in
go
/
talks
/
bb436a06aa38bb4e75e856514d5b55f03d97dd2f
/
.
/
2014
/
hellogophers
/
hello_20080606.go
blob: 57907c547b5bca33e00e8131c22b944406ac9879 [
file
]
// +build ignore,OMIT
package main
func main() int {
print "hello, world\n";
return 0;
}