blob: 431bcc1ce93118ed4eef77c7795dece8b3f144ec [file]
// !+
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
//!-