1
0
Fork 0
mirror of https://github.com/vbatts/talks.git synced 2025-04-17 20:34:33 +00:00
talks/2016/12-intro-to-golang/hello.go

10 lines
102 B
Go

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