talks/2015/02-devconf.cz/hello.go

11 lines
102 B
Go

// +build ignore
// START1 OMIT
package main
func main() {
println("Howdy y'all")
}
// STOP1 OMIT