exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Add pop-count exercise #184

Closed BNAndras closed 10 months ago

BNAndras commented 10 months ago

The exercise name (not the slug itself) was updated recently in problem-specifications so I've accounted for that here. I also moved the exercise to the correct place within the track's exercise array.

BNAndras commented 10 months ago

Yeah, it'd make the most sense to sort by grouped difficulty and then exercise name. That largely matches what we have already done. We can't sort by slug at the moment because the slug for this exercise is pop-count but the user-facing name is Eliud's Eggs. It seems like Jeremy will fix the slug to match the name later.

BNAndras commented 10 months ago

@kotp, can I get a merge?