Sign in
go
/
website
/
b1f8652375c03c0504e12ca6fbb024f6c0b12b9e
/
.
/
_content
/
talks
/
2014
/
hellogophers
/
hello_20081024.go
blob: a2a465c4dcb8358ff2a6137a1e2d984d5f30e785 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
import "fmt"
func main() {
fmt.printf("hello, world\n");
}