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