From 934df9fc0389f8202b2f5b85a46f05aa1767686f Mon Sep 17 00:00:00 2001 From: aortigos Date: Mon, 29 Sep 2025 07:13:10 +0200 Subject: [PATCH] Improved std::cout --- ex02/main.cpp | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/ex02/main.cpp b/ex02/main.cpp index b7db2cc..d541fe5 100644 --- a/ex02/main.cpp +++ b/ex02/main.cpp @@ -6,7 +6,7 @@ /* By: aortigos