go-learn/hello-world.go
2021-03-01 18:12:37 +00:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}