Advertisement
romerocm

day02-05-go-example-02

Apr 19th, 2022
1,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.20 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6.     var challenge = "#DevOpsTraineeProgram"
  7.     const daystotal = 60
  8.  
  9.     fmt.Println("Welcome to", challenge)
  10.     fmt.Println("This is a", daystotal, "challenge")
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement