exercism / prolog

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

Update TESTS.md - typo in docco #32

Closed phlummox closed 7 years ago

phlummox commented 7 years ago

Correcting a typo in the documentation for tests.

parkerl commented 7 years ago

Well danr guess I mssed that! Thanks, 🎉

phlummox commented 7 years ago

No worries :) Also - I have tests and documentation (and a solution) for the queen-attack problem from other language tracks if you're interested. Chess problems like the "eight queens" problem are a standby of Prolog exercises, so it seems a shame not to include one:) If you want to take a look, just let me know what's the best way (e.g. as an "issue", a pull request, plain old email, etc.).