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