diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-22 05:43:57 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-22 05:43:57 +0100 |
| commit | 8fc4395b9a61416e9bfee500e064dce7be9c8d7c (patch) | |
| tree | af6e1ebafaa0fbfbc7cde1865573ca37f48ca29f /cpp03/ex00/main.cpp | |
| parent | a5a197590e45494dc31f0d2fc8fb13194b3975c9 (diff) | |
| download | piscine_cpp-8fc4395b9a61416e9bfee500e064dce7be9c8d7c.tar.gz piscine_cpp-8fc4395b9a61416e9bfee500e064dce7be9c8d7c.tar.bz2 piscine_cpp-8fc4395b9a61416e9bfee500e064dce7be9c8d7c.zip | |
cpp03 boilerplate
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; +} |
