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