90DaysOfDevOps/2022/Days/Go/hello.go
2022-11-18 14:43:39 +00:00

8 lines
91 B
Go

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