Skip to content
Snippets Groups Projects
Commit f92e4afa authored by Florian Burgener's avatar Florian Burgener
Browse files

Add line break

parent 4ee933c8
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ int main() {
}
bool is_normalized = is_latin_square_normalized(latin_square);
printf("latin normalisé: %s\n", (is_normalized ? "oui" : "non"));
printf("\nlatin normalisé: %s\n", (is_normalized ? "oui" : "non"));
return EXIT_SUCCESS;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment