From b799c007a1b6911fcbe5141429ea541e1277ebdd Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 9 Nov 2020 11:26:50 +0100 Subject: Fixing some edge cases in cpp00 and cpp01, Updated formatting --- cpp00/ex00/megaphone.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpp00/ex00/megaphone.cpp') diff --git a/cpp00/ex00/megaphone.cpp b/cpp00/ex00/megaphone.cpp index 32b4d14..1956510 100644 --- a/cpp00/ex00/megaphone.cpp +++ b/cpp00/ex00/megaphone.cpp @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* megaphone.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/11/09 09:15:55 by cacharle #+# #+# */ +/* Updated: 2020/11/09 09:16:00 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include #include -- cgit