-
-
Notifications
You must be signed in to change notification settings - Fork 685
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
Add sets
concept
#2769
Add sets
concept
#2769
Conversation
exercises/concept/gotta-snatch-em-all/src/test/java/GottaSnatchEmAllTest.java
Outdated
Show resolved
Hide resolved
exercises/concept/gotta-snatch-em-all/src/test/java/GottaSnatchEmAllTest.java
Show resolved
Hide resolved
exercises/concept/gotta-snatch-em-all/src/test/java/GottaSnatchEmAllTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Kah Goh <[email protected]>
exercises/concept/gotta-snatch-em-all/src/main/java/GottaSnatchEmAll.java
Outdated
Show resolved
Hide resolved
exercises/concept/gotta-snatch-em-all/src/main/java/GottaSnatchEmAll.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Manuel Maxera <[email protected]>
@manumafe98 Thanks 🙈 |
@sanderploegsma I love the creativity of this exercise 😆 |
Yes so do I, which is why I initially picked it out while looking for concept exercises on sets in other tracks 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking good! Just picked up one minor grammar error in the instructions.
Co-authored-by: Kah Goh <[email protected]>
@kahgoh Thanks for reviewing! |
This PR adds the
sets
concept, together with the concept exercisegotta-snatch-em-all
, forked from the Elm track.Fixes #2557
Reviewer Resources:
Track Policies