Old `Smoke` Enum in `zebra-puzzle` exercise

Hello! I noticed that the zebra-puzzle exercise still uses the old and very unhealty Smoke Enum inside the ZebraPuzzle.cs stub file. I propose to use a Hobby enum that reflects the modern exercise instruction, like this:

public enum Hobby { Dancing, Painting, Reading, Football, Chess }

Would you like me to submit a pull request with this fix, or would you prefer to handle it yourselves? Thanks!

PS: let me know if the labels sound natural to you, English is not my main language :)

2 Likes

Thanks! PR welcome!

1 Like

Opened a PR here!

2 Likes

Ooh, thanks for the report. I noticed Visual Basic has a similar issue with its student sub. I’ll fix that on my end.

1 Like