This commit is contained in:
2026-03-01 10:43:15 +01:00
parent 8a78b30d08
commit c3b2d55414
10 changed files with 319 additions and 0 deletions

22
ex02/B/B.cpp Normal file
View File

@@ -0,0 +1,22 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* B.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: aortigos <aortigos@student.42malaga.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/01 10:28:49 by aortigos #+# #+# */
/* Updated: 2026/03/01 10:28:49 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
#include "B.hpp"
//////////////////
// Constructors //
//////////////////
B::~B()
{
// std::cout << "B destructor called" << std::endl;
}