Correct exercise number

This commit is contained in:
Michael 2021-05-06 19:56:48 +02:00 committed by GitHub
parent 42076e7424
commit 16760dae39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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!