You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
996 B

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* randomChump.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: narnaud <narnaud@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/06/14 08:18:57 by narnaud #+# #+# */
/* Updated: 2022/06/14 09:43:58 by narnaud ### ########.fr */
/* */
/* ************************************************************************** */
#include "Zombie.hpp"
void randomChump(string name)
{
Zombie zomb = Zombie(name);
zomb.announce();
}