From 0f3240844dbd5a874e1565a988ef355ededab6a5 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 13 Apr 2020 10:33:05 +0200 Subject: Fixing cpp01 --- cpp01/ex01/ex01.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpp01/ex01') 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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/04/13 09:35:26 by charles #+# #+# */ +/* Updated: 2020/04/13 09:36:03 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include void memoryLeak() -- cgit