From 950ab79d2b38c151577c8b6126772a88bf6d79f9 Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Fri, 15 Dec 2017 14:07:55 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f048e4..5c8fa22 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,6 @@ Each exercise includes 3 files, a markdown file with a description of the task, The first exercise, `helloWorld` will walk you through the process in more depth. +## Solutions -## planned exercises (in no particular order for the moment): -1. count vowels, count specific letter -1. book tracker. save books, return unread, read, books by rating etc. -1. credit card number validation -1. Scrabble Score - +Solutions for these exercises can be found in this repo on the 'solutions' branch.