Files
90DaysOfDevOps/Days/Go/hello.go

8 lines
98 B
Go
Raw Normal View History

2022-01-09 12:45:13 +00:00
package main
import "fmt"
func main() {
fmt.Println("Until tomorrow #90DaysOfDevOps")
}