diff options
Diffstat (limited to 'cpp01/ex01/ex01.cpp')
| -rw-r--r-- | cpp01/ex01/ex01.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp01/ex01/ex01.cpp b/cpp01/ex01/ex01.cpp index c08e1d2..c3f416f 100644 --- a/cpp01/ex01/ex01.cpp +++ b/cpp01/ex01/ex01.cpp @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ex01.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/04/13 09:35:26 by charles #+# #+# */ +/* Updated: 2020/04/13 09:36:03 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include <iostream> void memoryLeak() |
