Update exercise number of each exercise

This commit is contained in:
Michael Frank
2021-05-12 19:39:31 +12:00
parent 26ac56f75d
commit 321e943041
9 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Exercise 06 - tempConversion
# Exercise 07 - tempConversion
Write two functions that convert temperatures from Fahrenheit to Celsius, and vice versa:
```