+ 2
I wrote the following code for the "Say the Numbers" project in the Go Tutorial but it doesn't pass 2 test cases (e.g. 2nd)
https://code.sololearn.com/cQ8eUj908Qjc/?ref=app Would anyone know what the problem is?
3 Answers
+ 6
You're missing "Ten" for starters. Should be 0-10!
+ 2
ChaoticDawg thanks a lot. That fixed it. It seemed to be the only issue.
+ 2
Can't believe I missed it.