From 96dcf214a8c40529b251ea31ef037868583dd1da Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 12 Nov 2020 10:54:47 +0100 Subject: Fixing cpp03, moved more common logic in ClapTrap, Added better main --- cpp06/ex00/detect.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 cpp06/ex00/detect.cpp (limited to 'cpp06/ex00/detect.cpp') diff --git a/cpp06/ex00/detect.cpp b/cpp06/ex00/detect.cpp deleted file mode 100644 index 5dab8fb..0000000 --- a/cpp06/ex00/detect.cpp +++ /dev/null @@ -1,13 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* detect.cpp :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: charles +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/04/16 11:32:53 by charles #+# #+# */ -/* Updated: 2020/04/16 11:45:28 by charles ### ########.fr */ -/* */ -/* ************************************************************************** */ - - -- cgit