1
0
Fork 0
mirror of https://github.com/vbatts/talks.git synced 2024-12-27 09:06:30 +00:00
talks/2015/02-devconf.cz/hello.go

11 lines
102 B
Go
Raw Normal View History

2015-02-05 23:58:25 +00:00
// +build ignore
// START1 OMIT
package main
func main() {
println("Howdy y'all")
}
// STOP1 OMIT