summaryrefslogtreecommitdiff
path: root/ex00/randomChump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ex00/randomChump.cpp')
-rw-r--r--ex00/randomChump.cpp8
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();
+}