exercism / csharp

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

ZebraPuzzle has discrepancy between provided code snippet and description #2304

Open Myrdrahl opened 6 days ago

Myrdrahl commented 6 days ago

In the description of the puzzle, there is a category called "hobbies", while in the provided code snippet, the enum corresponding to this is Smoke. It's easy enough to fix it while solving, and maybe it's intentional, but maybe it should be updated to actually provide the correct dataset?

github-actions[bot] commented 6 days 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.

ErikSchierboom commented 6 days ago

Good catch. Would you be willing to submit a PR to fix this?

glennj commented 6 days ago

2288 updated the introduction