8 lines
97 B
Go
8 lines
97 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hasta mañana #90DaysOfDevOps")
|
|
}
|