diff options
| author | Dominik Kaiser | 2025-02-12 17:06:48 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-12 17:06:48 +0100 |
| commit | ee43f487329ca1bc04ae25cc13b9d4e374bc1adb (patch) | |
| tree | 4f5437addcb3acd5302bffa4fe3de741f5cde81e /ex00/Fixed.cpp | |
| download | cpp02-ee43f487329ca1bc04ae25cc13b9d4e374bc1adb.tar.gz cpp02-ee43f487329ca1bc04ae25cc13b9d4e374bc1adb.zip | |
Setup ex00
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" |
