mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-07-18 02:51:18 +02:00
add Go lang examples
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, 世界")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user