diff options
| author | Dominik Kaiser | 2025-02-10 11:02:37 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-10 11:02:37 +0100 |
| commit | c5cac15c8c9f9bae331f22efd6d6390325a7421c (patch) | |
| tree | cca07635f1eefcfde340c58e772f00a8a4b1b0d8 /ex00/randomChump.cpp | |
| parent | 8f20b10f6bd9a938a1519f54100f8fbdcdc6431d (diff) | |
| download | cpp01-c5cac15c8c9f9bae331f22efd6d6390325a7421c.tar.gz cpp01-c5cac15c8c9f9bae331f22efd6d6390325a7421c.zip | |
Add randomChump func
Diffstat (limited to 'ex00/randomChump.cpp')
| -rw-r--r-- | ex00/randomChump.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ex00/randomChump.cpp b/ex00/randomChump.cpp index ba20f92..fd8b646 100644 --- a/ex00/randomChump.cpp +++ b/ex00/randomChump.cpp @@ -6,7 +6,13 @@ /* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/10 10:27:50 by dkaiser #+# #+# */ -/* Updated: 2025/02/10 10:27:50 by dkaiser ### ########.fr */ +/* Updated: 2025/02/10 10:59:50 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ +#include "Zombie.hpp" + +void randomChump(std::string name) +{ + Zombie(name).announce(); +} |
