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