exercism / csharp

Exercism exercises in C#.
https://exercism.org/tracks/csharp
MIT License
344 stars 346 forks source link

Missing example in do-while loops introduction in C# track #2197

Closed Hiexy closed 11 months ago

Hiexy commented 11 months ago

in the C# track, in the section of do-while loops, the section has the following

github-actions[bot] commented 11 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

Hiexy commented 11 months ago

@ErikSchierboom after the bot closed the issue, I opened a topic in the forum, but I realized that the example of the while loop shows when looking at the exercise that is related to it, but not when looking at it alone. I am not sure if this is how it is intended to be.

ErikSchierboom commented 11 months ago

Fixed in #2198