90DaysOfDevOps/docs/2022/Go/hello.go
2023-03-14 11:03:42 -04:00

8 lines
91 B
Go

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