/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: narnaud +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/06/17 11:37:33 by narnaud #+# #+# */ /* Updated: 2022/06/17 12:45:24 by narnaud ### ########.fr */ /* */ /* ************************************************************************** */ #include "Harl.hpp" int main(void) { Harl bot; bot._complain("DEBUG"); bot._complain("INFO"); bot._complain("WARNING"); bot._complain("ERROR"); }