about summary refs log tree commit diff stats
path: root/tutorial/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/index.md')
-rw-r--r--tutorial/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index 81cdd932..0b0d325c 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -206,3 +206,7 @@ shows that Mu consistently follows a few rules:
 * Instructions that write to memory have a preposition in their name. Contrast
   `add` to a register vs `add-to` a memory location, `subtract` from a
   register vs `subtract-from` a memory location, and so on.
+
+If you're stuck, as always, [my door is open](http://akkartik.name/contact).
+You can also see a solution in the repository, though I won't link to it lest
+it encourage peeking.