From 175fcc7978f963e76c9c2d01c795dcd291ab632e Mon Sep 17 00:00:00 2001 From: cor3ntin Date: Sun, 17 Oct 2021 15:06:42 +0200 Subject: [PATCH] Fix module 16 exercises --- exercises/16/create_class/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/exercises/16/create_class/README.md b/exercises/16/create_class/README.md index 5ef6c41..1f91053 100644 --- a/exercises/16/create_class/README.md +++ b/exercises/16/create_class/README.md @@ -2,12 +2,8 @@ # Exercise: Simple class -## Background: +## Exercise: -4. Create an empty class named `Clyde` within the `.hpp` file. Look at other ghost `.hpp` files and see how they define +1. Create an empty class named `Clyde` within the `.hpp` file. Look at other ghost `.hpp` files and see how they define the class. It does not need to inherit from the `Ghost` base class and it does not need any functions. But if you have extra time, try to inherit from the Ghost class and see what happens when you try to compile. - -## Exercise - -1.