[tournament] task description should mention possibility of comments

Hi, I’m solving the tournament task (using golang) and description does not mention anything about the comments in the input file, but when testing I see that lines starting with # should be treated as comments.
I think that input should be well described in the task, let me know if I can edit the description to include reference to comments in the input file.

Before making any changes, make sure you read through Suggesting Exercise Improvements | Exercism's Docs :blush:

Have you worked through the Learning Syllabus for Go?

If you mean this section, then yes, finished it Go key concepts on Exercism

Why ?

I’m reporting only the mismatch of task description with test cases and input …

Ah, sorry. I misunderstood what you meant by the “input file”. I thought you meant comments in the stub, as there’s not a specific input file - just the tests.

So, this exercise is totally out of sync with problem specifications. My suggestion is that it should be brought in line. @andrerfcsantos @junedev Thoughts?