mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
7 lines
87 B
Go
7 lines
87 B
Go
package main
|
|
import fm "fmt" // alias3
|
|
|
|
func main() {
|
|
fm.Println("hello, world")
|
|
}
|