diff options
| author | Dominik Kaiser | 2025-02-12 10:37:54 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-12 10:37:54 +0100 |
| commit | 3f86c0bd10d1bb49a828067faf5f5169c79975e5 (patch) | |
| tree | 02b718b359a8568a37c1d98fafc6e43156264f39 /ex05/Harl.hpp | |
| parent | dea263aa0b0b03b59064e6b879d1fdbe6c0e441e (diff) | |
| download | cpp01-3f86c0bd10d1bb49a828067faf5f5169c79975e5.tar.gz cpp01-3f86c0bd10d1bb49a828067faf5f5169c79975e5.zip | |
Setup ex05
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 |
