mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-10 23:27:23 +07:00
8 lines
98 B
Go
8 lines
98 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Until tomorrow #90DaysOfDevOps")
|
|
}
|