Sign in
go
/
website
/
8683462de3f38a2ec876b4ca5699d91d2e34a97d
/
.
/
_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;
}