1
0
Fork 0
mirror of https://github.com/vbatts/talks.git synced 2025-03-02 23:18:58 +00:00
talks/2015/06-devnation-golang-good-bad-ugly/hello.go

11 lines
102 B
Go
Raw Normal View History

2015-06-11 18:28:27 -04:00
// +build ignore
// START1 OMIT
package main
func main() {
println("Howdy y'all")
}
// STOP1 OMIT