From 57e945f03e37e741a527f07fdcd84307733635e7 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 10 Feb 2025 12:53:16 +0100 Subject: Implement HumanA class --- ex03/HumanA.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ex03/HumanA.hpp') diff --git a/ex03/HumanA.hpp b/ex03/HumanA.hpp index b373665..b127c67 100644 --- a/ex03/HumanA.hpp +++ b/ex03/HumanA.hpp @@ -6,7 +6,7 @@ /* By: dkaiser