main.cpp 989 B

1234567891011121314151617181920
  1. /* ************************************************************************** */
  2. /* */
  3. /* ::: :::::::: */
  4. /* main.cpp :+: :+: :+: */
  5. /* +:+ +:+ +:+ */
  6. /* By: bchanot <bchanot@gmail.fr> +#+ +:+ +#+ */
  7. /* +#+#+#+#+#+ +#+ */
  8. /* Created: 2025/07/16 11:45:53 by bchanot #+# #+# */
  9. /* Updated: 2025/07/16 11:48:15 by bchanot ### ########.fr */
  10. /* */
  11. /* ************************************************************************** */
  12. #include "harl.class.hpp"
  13. int main(void) {
  14. Harl harl;
  15. harl.complain("WARNING");
  16. return 0;
  17. }