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