Updated Println statements
Can someone change the image as well?
This commit is contained in:
parent
786dc3908e
commit
93e97d5ec3
@ -62,7 +62,7 @@ func main() {
|
||||
const daystotal = 90
|
||||
|
||||
fmt.Println("Welcome to", challenge)
|
||||
fmt.Println("This is a", daystotal, "challenge")
|
||||
fmt.Println("This is a", daystotal, "days challenge")
|
||||
}
|
||||
```
|
||||
You can find the above code snippet in [day11_example2.go](Go/day11_example2.go)
|
||||
@ -86,7 +86,7 @@ func main() {
|
||||
var dayscomplete = 11
|
||||
|
||||
fmt.Println("Welcome to", challenge, "")
|
||||
fmt.Println("This is a", daystotal, "challenge and you have completed", dayscomplete, "days")
|
||||
fmt.Println("This is a", daystotal, " days challenge and you have completed", dayscomplete, "days")
|
||||
fmt.Println("Great work")
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user