cpp04/ex00/WrongCat.cpp
2025-07-04 13:51:34 +02:00

8 lines
141 B
C++

#include "WrongCat.hpp"
#include <iostream>
WrongCat::WrongCat() {
std::cout << __PRETTY_FUNCTION__ << std::endl;
type = "WrongCat";
}