mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-03-20 08:14:35 +01:00
add Go lang examples
This commit is contained in:
8
golang/01-hello/hello.go
Normal file
8
golang/01-hello/hello.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, 世界")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user