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