mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-31 07:10:52 +07:00
fix: day11.md day11_example1 add missing comma.
fix: day11.md day11_example2 add the last empty string parameter for consistency. fix: day11_example2.go add the last empty string parameter to match the documented example.
This commit is contained in:
@ -6,6 +6,6 @@ func main() {
|
||||
var challenge = "#90DaysOfDevOps"
|
||||
const daystotal = 90
|
||||
|
||||
fmt.Println("Welcome to", challenge)
|
||||
fmt.Println("Welcome to", challenge, "")
|
||||
fmt.Println("This is a", daystotal, "challenge")
|
||||
}
|
Reference in New Issue
Block a user