cpp04/ex00/WrongDog.cpp

8 lines
140 B
C++
Raw Normal View History

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