diff options
| author | Dominik Kaiser | 2025-02-10 12:02:09 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-10 12:02:09 +0100 |
| commit | 5d5fe99ae155c42023b6696f719d7a537798ee41 (patch) | |
| tree | 2b576ef361e783cc61033057394d70fe30ba6787 /ex03/HumanA.hpp | |
| parent | 6bd5ae5bfc004765b617e1b39111ed565a75b4e3 (diff) | |
| download | cpp01-5d5fe99ae155c42023b6696f719d7a537798ee41.tar.gz cpp01-5d5fe99ae155c42023b6696f719d7a537798ee41.zip | |
Setup ex03
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 |
