From 80b0e4b146f2ef5f9c743499230572b7fa8ce602 Mon Sep 17 00:00:00 2001 From: aortigos Date: Fri, 12 Sep 2025 12:58:34 +0200 Subject: [PATCH] Default value for fixed is zero --- ex00/Fixed/Fixed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex00/Fixed/Fixed.cpp b/ex00/Fixed/Fixed.cpp index a5fb9e2..10dc488 100644 --- a/ex00/Fixed/Fixed.cpp +++ b/ex00/Fixed/Fixed.cpp @@ -6,14 +6,14 @@ /* By: aortigos