blob: 73fc28a20bbc3ae98bf5dd73284bb22f3194a482 [file] [log] [blame]
Zsolt Haraszti9f1085b2016-05-12 16:07:43 -07001package main
2
3import "fmt"
4
5func main() {
6 fmt.Printf("hello, bar\n")
7}
8