Problem
Design and test a Lisp function exceeds that takes as arguments an integer and a list of numbers and returns a list of those elements of the list whose value is greater than the integer argument. The elements of the resultant list should appear in the same order as they appeared in the argument list.