Applied norminette syntax for visual enjoyment
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/05 16:42:21 by aortigos #+# #+# */
|
||||
/* Updated: 2025/09/07 19:08:01 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/09/14 13:50:00 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
Zombie *z;
|
||||
Zombie *z;
|
||||
|
||||
z = newZombie("Angel");
|
||||
z->announce();
|
||||
@@ -24,4 +24,4 @@ int main()
|
||||
delete(z);
|
||||
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user