about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tutorial/index.md2
-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