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 @@
# Find the Oldest
# Exercise 12 - Find the Oldest
Given an array of objects representing people with a birth and death year, return the oldest person.