The new “Pop Count” exercise has recently been added to the C++ track. It has two documentation files: an Introduction and some Instructions.
Pop Count exercise definition in C++ track repo
When I go look at the exercise on the website, I see both the Introduction and the Instructions.
However, in a mentoring session for the exercise, I can only see the Instructions:
I think it would be useful to see the Introduction here as well, since it’s not easy to understand the student’s submission without it, in this case.
(Note: I’m using the C++ track as an example here, as this exercise looks similar in other tracks like x86_64 Assembly.)