From 289e503a855f68138a8b40a807c0029c0c61179f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Oct 2021 15:01:36 -0700 Subject: [PATCH] . --- tutorial/index.md | 2 ++ 1 file changed, 2 insertions(+) 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