exercism / v3

The work-in-progress project for developing v3 tracks
https://v3.exercism.io
Other
170 stars 163 forks source link

[Elixir] Remove usage of `enum` (a later concept) from the `maps` exercise #3004

Closed angelikatyborska closed 3 years ago

angelikatyborska commented 3 years ago

Issue: https://github.com/exercism/v3/issues/2513

I'm replacing the last two steps that used Enum with a single simple step that uses Map.keys.