From 0071b1e944cbce91ff6ff8e235280c3955ce1d5b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 12 Dec 2020 12:33:39 +0100 Subject: Fixing cpp05 small errors --- cpp05/ex03/RobotomyRequestForm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp05/ex03/RobotomyRequestForm.cpp') diff --git a/cpp05/ex03/RobotomyRequestForm.cpp b/cpp05/ex03/RobotomyRequestForm.cpp index ed05d5f..6ac13e5 100644 --- a/cpp05/ex03/RobotomyRequestForm.cpp +++ b/cpp05/ex03/RobotomyRequestForm.cpp @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:45:45 by cacharle #+# #+# */ -/* Updated: 2020/11/17 17:20:03 by charles ### ########.fr */ +/* Updated: 2020/12/12 12:22:02 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -29,6 +29,7 @@ RobotomyRequestForm::~RobotomyRequestForm() {} void RobotomyRequestForm::executeUnsafe() const { + std::cout << "DRRRRRRRRRRRRRRRRRRRRRRRRRRRRR" << std::endl; if (rand() % 100 <= 50) std::cout << m_target << " has successfully been robotomized" << std::endl; else -- cgit