exercism / common-lisp

Exercism exercises in Common Lisp.
https://exercism.org/tracks/common-lisp
MIT License
83 stars 80 forks source link

Confusing hint in Larry's Winning Checker #827

Closed verdammelt closed 4 months ago

verdammelt commented 4 months ago

The hint says that the subscript arguments to aref are "column" and "row" when in fact they are "row" and "column".

(Reported on the forum by oezg)