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