diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..18a3ec8 --- /dev/null +++ b/main.cpp @@ -0,0 +1,19 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/01 10:06:52 by cacharle #+# #+# */ +/* Updated: 2020/04/15 10:56:36 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#include "List.hpp" + +int main() +{ + ft::List<int> l; + return 0; +} |
