cloud-go/1-try/main.go
2022-06-20 08:42:10 +08:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World")
}