mirror of
https://github.com/RolandWH/ceesort.git
synced 2025-03-14 17:01:36 +00:00
output newline after bubblesort output
This commit is contained in:
parent
e6266f6137
commit
470d60f300
@ -78,6 +78,7 @@ int main(int argc, char** argv)
|
||||
printf("%d", arr[i]);
|
||||
if (i < n - 1) printf(", ");
|
||||
}
|
||||
putchar('\n');
|
||||
}
|
||||
|
||||
free(arr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user