From 9aeae0c6e3d453cab20c0279747d6cb804d49a91 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 13 Feb 2025 12:51:25 +0100 Subject: [PATCH] Add Fixed class --- ex00/Fixed.hpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ex00/Fixed.hpp b/ex00/Fixed.hpp index 47d02cf..114905d 100644 --- a/ex00/Fixed.hpp +++ b/ex00/Fixed.hpp @@ -6,11 +6,26 @@ /* By: dkaiser