exercism / pony

Exercism exercises in Pony.
https://exercism.org/tracks/pony
MIT License
38 stars 20 forks source link

Provide stub files for exercises #37

Closed Theodus closed 2 years ago

Theodus commented 7 years ago

All exercises should include a stub file that clearly shows the API required by the tests for the exercise. The stub file should also include comments that explain where to write the function bodies (for easier exercises) and doc strings that clearly define the purpose of any primitives/classes/methods.

redvers commented 2 years ago

Closed by #125