From 7a45dbdaca03ab768b330405cf76f2594798bd5a Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Tue, 6 Apr 2021 15:27:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'du5/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 4d0f09e..78f4884 100644 --- a/du5/program.c +++ b/du5/program.c @@ -78,7 +78,7 @@ int main() { symbol = inputs[i][counter++]; if(!isdigit(symbol)){ if (i == 0){ - printf("Nepodarilo nacitat nic"); + printf("Nepodarilo nacitat nic\n"); return 0; } break;