From 5d5fe99ae155c42023b6696f719d7a537798ee41 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 10 Feb 2025 12:02:09 +0100 Subject: Setup ex03 --- ex03/HumanA.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ex03/HumanA.hpp (limited to 'ex03/HumanA.hpp') diff --git a/ex03/HumanA.hpp b/ex03/HumanA.hpp new file mode 100644 index 0000000..0c8cde6 --- /dev/null +++ b/ex03/HumanA.hpp @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* HumanA.hpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser