d01 ex00 ok
This commit is contained in:
11
d01/ex00/randomChump.cpp
Normal file
11
d01/ex00/randomChump.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Zombie.hpp"
|
||||
|
||||
void randomChump( std::string name ) {
|
||||
|
||||
Zombie zomb( name );
|
||||
|
||||
zomb.announce();
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user