90DaysOfDevOps/es/Days/Go/hello.go

8 lines
98 B
Go
Executable File

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