Skip to content

Commit

Permalink
在输出末尾添加换行符
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-XYS committed Oct 25, 2019
1 parent 6635cde commit 1d6498f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shell-Sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ int main()
{
printf("%d ", d[i]);
}
printf("\n");
return 0;
}

0 comments on commit 1d6498f

Please sign in to comment.