From 159d100c2b7b15334662b946702f80806f81ba5d Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Thu, 11 Apr 2019 10:23:14 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bb5ba8..0ca528f 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ The first exercise, `helloWorld` will walk you through the process in more depth ## Solutions Solutions for these exercises can be found in this repo on the 'solutions' branch. + +## a quick note! + +The generator exercise is not actually an exercise… it is a script that generates exercises. I was using it when I wrote them so I didn’t have to hack out the same boilerplate code every time I wrote a new one.