| 1234567891011121314151617181920 |
- /* ************************************************************************** */
- /* */
- /* ::: :::::::: */
- /* main.cpp :+: :+: :+: */
- /* +:+ +:+ +:+ */
- /* By: bchanot <bchanot@gmail.fr> +#+ +:+ +#+ */
- /* +#+#+#+#+#+ +#+ */
- /* 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;
- }
|