This commit is contained in:
Kartik K. Agaram 2021-10-30 00:32:29 -07:00
parent 9377cb7c96
commit bd356e5409
1 changed files with 1 additions and 1 deletions

View File

@ -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: