/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/01 10:06:52 by cacharle #+# #+# */ /* Updated: 2020/02/01 10:12:49 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "ft_containers.hpp" int main() { std::cout << "=== ft_containers ===" << std::endl << std::endl; std::cout << "TEST: List.hpp" << std::endl; test_list_base(); return 0; }