mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-28 05:40:56 +07:00
Day 11
This commit is contained in:
11
Days/Go/day11_example2.go
Normal file
11
Days/Go/day11_example2.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
var challenge = "#90DaysOfDevOps"
|
||||
const daystotal = 90
|
||||
|
||||
fmt.Println("Welcome to", challenge)
|
||||
fmt.Println("This is a", daystotal, "challenge")
|
||||
}
|
Reference in New Issue
Block a user