exercism / unison

Exercism exercises in Unison.
https://exercism.org/tracks/unison
MIT License
3 stars 19 forks source link

reverse-string: add exercise #84

Closed ErikSchierboom closed 1 year ago

ErikSchierboom commented 1 year ago

This exercise could be made slightly more interesting by forbidding the use of Text.reverse (or any other reversing). Let me know if you'd like to do that.

rlmark commented 1 year ago

This exercise could be made slightly more interesting by forbidding the use of Text.reverse (or any other reversing). Let me know if you'd like to do that.

Yeah, let's suggest to the users to avoid Text.reverse 😁.

ErikSchierboom commented 1 year ago

I've added an instructions.append.md file