ex00: it works!
This commit is contained in:
commit
6d4b5788d7
16 changed files with 318 additions and 0 deletions
8
ex00/WrongCat.cpp
Normal file
8
ex00/WrongCat.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "WrongCat.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
WrongCat::WrongCat() {
|
||||
std::cout << __PRETTY_FUNCTION__ << std::endl;
|
||||
type = "WrongCat";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue