diff options
Diffstat (limited to 'ex05/Harl.hpp')
| -rw-r--r-- | ex05/Harl.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ex05/Harl.hpp b/ex05/Harl.hpp new file mode 100644 index 0000000..a0b1f30 --- /dev/null +++ b/ex05/Harl.hpp @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* Harl.hpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/12 10:36:43 by dkaiser #+# #+# */ +/* Updated: 2025/02/12 10:37:00 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef HARL_H_ +#define HARL_H_ + +#endif |
