diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-19 11:30:22 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-19 11:30:22 +0200 |
| commit | a3ff15046fa3d367ff7304dc9482e81597eb76b9 (patch) | |
| tree | f3c02121bd166dbbeab83653ca9d0ba360eb8478 /cpp02/ex01/main.cpp | |
| parent | 52a866baba3cbb05ecf0be88f1b50991b4a26b52 (diff) | |
| download | piscine_cpp-a3ff15046fa3d367ff7304dc9482e81597eb76b9.tar.gz piscine_cpp-a3ff15046fa3d367ff7304dc9482e81597eb76b9.tar.bz2 piscine_cpp-a3ff15046fa3d367ff7304dc9482e81597eb76b9.zip | |
Fixing cpp02/ex01 float/fixed conversions
Diffstat (limited to 'cpp02/ex01/main.cpp')
| -rw-r--r-- | cpp02/ex01/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp02/ex01/main.cpp b/cpp02/ex01/main.cpp index 44ffe34..34d365a 100644 --- a/cpp02/ex01/main.cpp +++ b/cpp02/ex01/main.cpp @@ -6,7 +6,7 @@ /* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/13 11:51:15 by charles #+# #+# */ -/* Updated: 2020/04/13 12:08:07 by charles ### ########.fr */ +/* Updated: 2020/10/19 11:28:50 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ |
