/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: bchanot +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/07/17 15:10:40 by bchanot #+# #+# */ /* Updated: 2025/12/18 15:09:29 by bchanot ### ########.fr */ /* */ /* ************************************************************************** */ #include "DiamondTrap.hpp" #include #include int main( void ) { DiamondTrap diamondTrap = DiamondTrap("Marvin"); diamondTrap.whoAmI(); diamondTrap.attack("Monster"); return (0); }