diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-26 22:44:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-26 23:12:17 -0700 |
commit | 5713eb7302a11af489faeb3172cc376398db57e0 (patch) | |
tree | aa37dd2c8d926f5c932bb0b9619d12ec105823a4 /tutorial | |
parent | e419abe61579ecebb6055a19cec1e35e0538df9a (diff) | |
download | mu-5713eb7302a11af489faeb3172cc376398db57e0.tar.gz |
make room for a task before fractional numbers
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 | ||||
-rw-r--r-- | tutorial/task9-hint1.mu (renamed from tutorial/task8-hint1.mu) | 0 | ||||
-rw-r--r-- | tutorial/task9-hint2.mu (renamed from tutorial/task8-hint2.mu) | 0 | ||||
-rw-r--r-- | tutorial/task9-hint3.mu (renamed from tutorial/task8-hint3.mu) | 0 | ||||
-rw-r--r-- | tutorial/task9-solution1.mu (renamed from tutorial/task8-solution1.mu) | 0 | ||||
-rw-r--r-- | tutorial/task9.mu (renamed from tutorial/task8.mu) | 0 |
6 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md index bd27300f..1dbc0d4b 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -288,7 +288,7 @@ var x/edx: int <- copy 0 Run `translate` (or `translate_emulated`) as usual. Use your runbook from Task 6 to address the errors that arise. -## Task 8: fractional numbers +## Task 9: operating with fractional numbers All our variables so far have had type `int` (integer), but there are limits to what you can do with just whole integers. For example, here's the formula diff --git a/tutorial/task8-hint1.mu b/tutorial/task9-hint1.mu index 903284f4..903284f4 100644 --- a/tutorial/task8-hint1.mu +++ b/tutorial/task9-hint1.mu diff --git a/tutorial/task8-hint2.mu b/tutorial/task9-hint2.mu index 97ccfc51..97ccfc51 100644 --- a/tutorial/task8-hint2.mu +++ b/tutorial/task9-hint2.mu diff --git a/tutorial/task8-hint3.mu b/tutorial/task9-hint3.mu index e8a78c3d..e8a78c3d 100644 --- a/tutorial/task8-hint3.mu +++ b/tutorial/task9-hint3.mu diff --git a/tutorial/task8-solution1.mu b/tutorial/task9-solution1.mu index 117bceb0..117bceb0 100644 --- a/tutorial/task8-solution1.mu +++ b/tutorial/task9-solution1.mu diff --git a/tutorial/task8.mu b/tutorial/task9.mu index e6bee1fa..e6bee1fa 100644 --- a/tutorial/task8.mu +++ b/tutorial/task9.mu |