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