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 :)