move hints to subdir
[lambda.git] / assignment_2_hint_1.mdwn
diff --git a/assignment_2_hint_1.mdwn b/assignment_2_hint_1.mdwn
deleted file mode 100644 (file)
index 5c81d6f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-First compute `make-list e empty`.
-
-Then compute `(make-list e empty) make-list empty`.
-
-Then compute `make-list f (make-list e empty)`.
-
-Then compute `(make-list f (make-list e empty)) make-list empty`.
-
-Now guess the complete answer.
-
-