Sign in
go
/
talks
/
dc5a11b2c169ac40c3401581e4161e2fc9efc40e
/
.
/
2014
/
hellogophers
/
hello_20080811.go
blob: 68219ca28baefa6fae3ce79907c03e9104bdd201 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
func main() {
print("hello, world\n");
}