mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-11 03:19:42 +07:00
8 lines
91 B
Go
8 lines
91 B
Go
![]() |
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Until tomorrow #90DaysOfDevOps")
|
||
|
}
|