shad-go/lectures/00-intro/helloworld/helloworld.go
Fedor Korotkiy c989b9f92e Fix lecture
2020-02-13 14:54:17 +03:00

7 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}