about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-20 15:01:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-20 15:01:36 -0700
commit289e503a855f68138a8b40a807c0029c0c61179f (patch)
tree879d53223a587b342d0e1b72ffeadc4298c406d9
parent4dab538ad18b10f051ce2367f6038f5de844aed3 (diff)
downloadmu-289e503a855f68138a8b40a807c0029c0c61179f.tar.gz
.
-rw-r--r--tutorial/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index 0b0d325c..95f7b742 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -182,6 +182,8 @@ The section on [integer primitives](https://github.com/akkartik/mu/blob/main/mu.
 also provides a useful cheatsheet of the different forms of instructions you
 will need.
 
+Here's the exercise, with comments starting with `#` highlighting the gaps in
+the program:
 ```
 fn foo -> _/eax: int {
   var x: int