blob: 73fc28a20bbc3ae98bf5dd73284bb22f3194a482 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Printf("hello, bar\n")
}