/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* C.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/01 10:28:50 by aortigos #+# #+# */ /* Updated: 2026/03/01 10:28:50 by aortigos ### ########.fr */ /* */ /* ************************************************************************** */ #include "C.hpp" ////////////////// // Constructors // ////////////////// C::~C() { // std::cout << "C destructor called" << std::endl; }