From bd356e540926f27a1180b436fa0ec5e8031564ee Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Oct 2021 00:32:29 -0700 Subject: [PATCH] . --- tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: