From 629d52b1262879a346e9ca17567a8f483c60ba0a Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 13 Apr 2020 09:18:30 +0200 Subject: Fixed cpp00/ex01 --- cpp01/ex00/Pony.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpp01') diff --git a/cpp01/ex00/Pony.cpp b/cpp01/ex00/Pony.cpp index f521d4b..61f3b47 100644 --- a/cpp01/ex00/Pony.cpp +++ b/cpp01/ex00/Pony.cpp @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* Pony.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: charles +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/04/13 09:06:06 by charles #+# #+# */ +/* Updated: 2020/04/13 09:06:11 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include #include "Pony.hpp" -- cgit