Applied norminette syntax for visual enjoyment
This commit is contained in:
@@ -74,4 +74,4 @@ void Harl::complain( std::string level )
|
||||
std::cout << "[ Probably complaining about insignificant problems ]" << std::endl;;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
# include <iostream>
|
||||
|
||||
class Harl
|
||||
class Harl
|
||||
{
|
||||
private:
|
||||
void debug( void );
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/06 15:23:33 by aortigos #+# #+# */
|
||||
/* Updated: 2025/09/06 15:48:52 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/09/14 13:51:13 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "Harl/Harl.hpp"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
Harl h;
|
||||
|
||||
@@ -21,4 +21,4 @@ int main(int argc, char **argv)
|
||||
else
|
||||
std::cout << "Uso: ./harl {DEBUG | INFO | WARNING | ERROR}" << std::endl;
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user