about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-20 14:58:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-20 14:58:45 -0700
commit4dab538ad18b10f051ce2367f6038f5de844aed3 (patch)
tree82f4109a73b737eb706e42ec885dbafc90ab018e
parent019de1c30466c0228dafe516d8edbe1465adb1b4 (diff)
downloadmu-4dab538ad18b10f051ce2367f6038f5de844aed3.tar.gz
.
-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.