blob: 780d6338278d0a1d7fc68eb217b7e7c69fe11fdd [file] [log] [blame]
// +build OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, Pythonistas!")
}