diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-20 15:01:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-20 15:01:36 -0700 |
commit | 289e503a855f68138a8b40a807c0029c0c61179f (patch) | |
tree | 879d53223a587b342d0e1b72ffeadc4298c406d9 /tutorial | |
parent | 4dab538ad18b10f051ce2367f6038f5de844aed3 (diff) | |
download | mu-289e503a855f68138a8b40a807c0029c0c61179f.tar.gz |
.
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 |
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 |