Skip to content
Snippets Groups Projects
Verified Commit 54012d9c authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added \n

parent 29de4f11
Branches
Tags
No related merge requests found
Pipeline #26911 passed
...@@ -58,6 +58,7 @@ void print(int size, int tab[size]) { ...@@ -58,6 +58,7 @@ void print(int size, int tab[size]) {
for (int i = 0; i < size; i++) { for (int i = 0; i < size; i++) {
printf("%d ", tab[i]); printf("%d ", tab[i]);
} }
printf("\n");
} }
void random_tab(int size, int tab[size], int inf, int sup) { void random_tab(int size, int tab[size], int inf, int sup) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment