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 02 - Reverse a String.
# Exercise 03 - Reverse a String
Pretty simple, write a function called `reverseString` that returns its input, reversed!