mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-08 06:12:50 +07:00
8 lines
126 B
Go
8 lines
126 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
var challenge = "#90DaysOfDevOps"
|
|
fmt.Println("Welcome to", challenge, "")
|
|
} |