diff options
Diffstat (limited to 'ex00/Fixed.cpp')
| -rw-r--r-- | ex00/Fixed.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ex00/Fixed.cpp b/ex00/Fixed.cpp new file mode 100644 index 0000000..6c9e542 --- /dev/null +++ b/ex00/Fixed.cpp @@ -0,0 +1,13 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* Fixed.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/12 17:06:18 by dkaiser #+# #+# */ +/* Updated: 2025/02/12 17:06:30 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#include "Fixed.hpp" |
