mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-13 15:23:36 +01:00
9 lines
78 B
Go
9 lines
78 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello, 世界")
|
|
}
|
|
|