mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.16k stars 1.26k forks source link

Shell output doesn't match program output #501

Closed Deftly closed 8 months ago

Deftly commented 8 months ago

image

image

Just a small typo, the code has the following: fmt.Println("either 8 or 7 are even") But the output displays: either 7 or 8 are even