From 1bc2ed6af6695833e3895e199a6f819235d50a5a Mon Sep 17 00:00:00 2001 From: aortigos Date: Wed, 10 Sep 2025 22:04:00 +0200 Subject: [PATCH] Fract = 8 --- ex00/Fixed/Fixed.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ex00/Fixed/Fixed.hpp b/ex00/Fixed/Fixed.hpp index 7056108..cdf1a0b 100644 --- a/ex00/Fixed/Fixed.hpp +++ b/ex00/Fixed/Fixed.hpp @@ -6,7 +6,7 @@ /* By: aortigos