feat(ex00): it works
This commit is contained in:
parent
8cfb880a3a
commit
b9ff91c653
7 changed files with 57 additions and 1 deletions
8
ex00/main.cpp
Normal file
8
ex00/main.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "Zombie.hpp"
|
||||
int main() {
|
||||
Zombie *zombie = newZombie("Bob");
|
||||
zombie->announce();
|
||||
delete zombie;
|
||||
randomChump("Alex");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue