1
0

🔨」 fix(Harl 2.0): Fixed main (just uncommented lines)

This commit is contained in:
2024-11-09 17:45:07 +01:00
parent e292dcc32e
commit fdd15639f0

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/09 16:12:06 by adjoly #+# #+# */
/* Updated: 2024/11/09 17:42:31 by adjoly ### ########.fr */
/* Updated: 2024/11/09 17:43:48 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,8 +15,8 @@
int main(void) {
Harl harl;
/* harl.complain("INFO"); */
/* harl.complain("DEBUG"); */
harl.complain("INFO");
harl.complain("DEBUG");
harl.complain("WARNING");
/* harl.complain("ERROR"); */
harl.complain("ERROR");
}