style(test/char): adding the last '\n'

- For the last return line
This commit is contained in:
Raphael 2025-09-05 11:36:07 +02:00
parent 94cdf7a155
commit 6255f5e0a3
No known key found for this signature in database
6 changed files with 12 additions and 6 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/09/04 18:41:04 by rparodi #+# #+# */
/* Updated: 2025/09/04 18:49:58 by rparodi ### ########.fr */
/* Updated: 2025/09/05 11:23:32 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -33,4 +33,5 @@ int main(void)
printf("%s✔%s ", CLR_GREEN, RESET);
c++;
}
puts("\n");
}