/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: bchanot +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/07/16 11:45:53 by bchanot #+# #+# */ /* Updated: 2025/07/16 11:48:15 by bchanot ### ########.fr */ /* */ /* ************************************************************************** */ #include "harl.class.hpp" int main(void) { Harl harl; harl.complain("WARNING"); return 0; }