Source file tour/welcome/hello.go

     1  // +build OMIT
     2  
     3  package main
     4  
     5  import "fmt"
     6  
     7  func main() {
     8  	fmt.Println("Hello, 世界")
     9  }
    10  

View as plain text