not WIP
authorjim <jim@web>
Mon, 23 Feb 2015 14:20:31 +0000 (09:20 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Mon, 23 Feb 2015 14:20:31 +0000 (09:20 -0500)
exercises/assignment3.mdwn

index 590bae7..5bee7a4 100644 (file)
@@ -1,5 +1,3 @@
-** *Work In Progress* **
-
 ## Lists and List Comprehensions
 
 1.  In Kapulet, what does `[ [x, 2*x] | x from [1, 2, 3] ]` evaluate to?