cpp04/ex00/WrongCat.cpp

9 lines
141 B
C++
Raw Normal View History

2025-05-30 08:14:26 +02:00
#include "WrongCat.hpp"
#include <iostream>
WrongCat::WrongCat() {
std::cout << __PRETTY_FUNCTION__ << std::endl;
type = "WrongCat";
}