diff options
Diffstat (limited to 'cpp03/ex00/main.cpp')
| -rw-r--r-- | cpp03/ex00/main.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp03/ex00/main.cpp b/cpp03/ex00/main.cpp new file mode 100644 index 0000000..c1059f5 --- /dev/null +++ b/cpp03/ex00/main.cpp @@ -0,0 +1,18 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/22 05:41:27 by cacharle #+# #+# */ +/* Updated: 2020/02/22 05:41:48 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#include "FragTrap.hpp" + +int main(void) +{ + return 0; +} |
