90DaysOfDevOps/zh_tw/Days/Go/hello.go
2022-04-21 22:17:43 +08:00

8 lines
91 B
Go

package main
import "fmt"
func main() {
fmt.Println("Until tomorrow #90DaysOfDevOps")
}