(no commit message)
[lambda.git] / assignment1.mdwn
index ef1c561..d086850 100644 (file)
@@ -145,4 +145,4 @@ You can help yourself to the following definition:
 
     (define add (lambda (x) (lambda (y) (+ x y))))
 
-* [Only attempt this if you're feeling frisky, it's super hard unless you have lots of experience programming] Write a function that reverses the order of the elements in a list.
+* Write a function that reverses the order of the elements in a list. [Only attempt this problem if you're feeling frisky, it's super hard unless you have lots of experience programming.]