90DaysOfDevOps/Days/Go/hello.go
michaelcade 2eed1fdbed Day 9
2022-01-09 12:45:13 +00:00

8 lines
98 B
Go

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