2 lines
60 B
Common Lisp
2 lines
60 B
Common Lisp
(defun match (a b)
|
|
(equal (elt (reverse a) 0) (elt b 0)))
|
(defun match (a b)
|
|
(equal (elt (reverse a) 0) (elt b 0)))
|