exercism / prolog

Exercism exercises in Prolog.
https://exercism.org/tracks/prolog
MIT License
29 stars 37 forks source link

Make instructions for ioscelese match tests #139

Closed booniepepper closed 3 years ago

booniepepper commented 3 years ago

Described in more detail in #130, this makes the instructions match the tests.

I think a nondeterministic solution could be more fun, but this is the third exercise in the track. I think nondeterminism is where Prolog really shines, but maybe better to save for later exercises?