summaryrefslogtreecommitdiff
path: root/ex00/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ex00/main.cpp')
-rw-r--r--ex00/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ex00/main.cpp b/ex00/main.cpp
index 295f75f..2886789 100644
--- a/ex00/main.cpp
+++ b/ex00/main.cpp
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/10 10:24:56 by dkaiser #+# #+# */
-/* Updated: 2025/02/10 10:56:08 by dkaiser ### ########.fr */
+/* Updated: 2025/02/10 11:00:13 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,4 +16,5 @@ int main(void)
{
Zombie* z1 = newZombie("z1");
delete z1;
+ randomChump("z2");
}