Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exercises(allergies): overhaul to use enum #434

Merged
merged 1 commit into from
Jan 11, 2023

Commits on Jan 10, 2023

  1. exercises(allergies): overhaul to use enum

    This exercise is intended to practice bit manipulation. Make it somewhat
    more idiomatic by avoiding the seq of strings. Of course, for Nim code
    in the real world, we should use the built-in `set` type.
    
    The overall design of this exercise hadn't changed since the initial
    implementation in 7e55686 ("Adds allergies exercise", 2018-04-17).
    
    Closes: 404
    ee7 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fa97f32 View commit details
    Browse the repository at this point in the history