90DaysOfDevOps/2022/zh_tw/Days/Go/hello.go

8 lines
91 B
Go
Raw Normal View History

2022-04-21 21:17:43 +07:00
package main
import "fmt"
func main() {
fmt.Println("Until tomorrow #90DaysOfDevOps")
}