90DaysOfDevOps/es/Days/Go/hello.go
2022-10-23 18:38:19 +02:00

8 lines
98 B
Go

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