the first project
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
和往常一样,先对世界say hello