From eaf8c2c6840386a9610c165447357cdd98a77d26 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 10 Feb 2025 13:00:31 +0100 Subject: Implement HumanB class --- ex03/main.cpp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'ex03/main.cpp') diff --git a/ex03/main.cpp b/ex03/main.cpp index e53d3a0..de69c15 100644 --- a/ex03/main.cpp +++ b/ex03/main.cpp @@ -6,12 +6,13 @@ /* By: dkaiser