mirror of
https://github.com/vbatts/talks.git
synced 2024-12-27 09:06:30 +00:00
11 lines
102 B
Go
11 lines
102 B
Go
|
// +build ignore
|
||
|
|
||
|
// START1 OMIT
|
||
|
package main
|
||
|
|
||
|
func main() {
|
||
|
println("Howdy y'all")
|
||
|
}
|
||
|
|
||
|
// STOP1 OMIT
|