From 841d9bf888adb0dd8bfe7f858030e7a0e5f02d3a Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Tue, 7 Apr 2020 14:21:30 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu5/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 1 - 1 file changed, 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 4b1197a..e9dc7fe 100644 --- a/du5/program.c +++ b/du5/program.c @@ -83,7 +83,6 @@ int main(){ } } - printf("\n"); for(int i = 0; i < newPos; i++){ printf("%d %s\n", newScore[i], newName[i]); }