// go run chai2010.cn/gobook/examples/ch1.2-15 package main import "fmt" func main() { fmt.Printf("hello, world\n") }