diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 00:32:29 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 00:32:29 -0700 |
commit | bd356e540926f27a1180b436fa0ec5e8031564ee (patch) | |
tree | 4aa0c4893d15e02ae8d939ea94a933af292a7fcf /tutorial | |
parent | 9377cb7c96a54da21027a2c821e8cfabbe2c696e (diff) | |
download | mu-bd356e540926f27a1180b436fa0ec5e8031564ee.tar.gz |
.
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md index 9cea483c..1a595ed3 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -456,7 +456,7 @@ two. The section on [integer arithmetic](https://github.com/akkartik/mu/blob/main/mu.md#integer-arithmetic) is again worth referring to when working on this task. -## Task 12: fun with some graphics +## Task 12: fun with graphics Here's a program to draw a rectangle on screen: |