blob: 7550055e09c2e5c517d4db53e2965b8751fb0c1a [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Printf("hello, foo\n")
}