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