diff options
Diffstat (limited to 'ex03/HumanA.hpp')
| -rw-r--r-- | ex03/HumanA.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
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 <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 11:59:28 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 11:59:50 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef HUMANA_H_ +#define HUMANA_H_ + +#endif |
