From fdd15639f0932419de75dab89705775251133cf6 Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Sat, 9 Nov 2024 17:45:07 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(Harl=202.0?= =?UTF-8?q?):=20Fixed=20main=20(just=20uncommented=20lines)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ex05/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ex05/main.cpp b/ex05/main.cpp index 77a718f..bf326f5 100644 --- a/ex05/main.cpp +++ b/ex05/main.cpp @@ -6,7 +6,7 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/11/09 16:12:06 by adjoly #+# #+# */ -/* Updated: 2024/11/09 17:42:31 by adjoly ### ########.fr */ +/* Updated: 2024/11/09 17:43:48 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ @@ -15,8 +15,8 @@ int main(void) { Harl harl; - /* harl.complain("INFO"); */ - /* harl.complain("DEBUG"); */ + harl.complain("INFO"); + harl.complain("DEBUG"); harl.complain("WARNING"); - /* harl.complain("ERROR"); */ + harl.complain("ERROR"); }