exercism / v3

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

[Elixir] In `guessing-game`, nudge the user into actually using default arguments #3008

Closed angelikatyborska closed 3 years ago

angelikatyborska commented 3 years ago

As I was solving this exercise on my own without peeking into the example solution, I noticed that I can solve it without ever even considering using default arguments. I think this one additional test will help with that.