From d0bc6c22461614c3c1ca12866aaf334a93e1155f Mon Sep 17 00:00:00 2001 From: Noe Luaces Date: Mon, 3 May 2021 23:02:09 +0200 Subject: [PATCH] :memo: Updated readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7719aa..e4b992c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ ## S-99: Ninety-Nine Scala Problems ### P01 Find the last element of a list. +### P02 Find the last but one element of a list.