From f95a3548f756f159841e5e856df934c34b5df889 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Fri, 6 Mar 2020 11:50:22 +0100 Subject: [PATCH] funguje --- du1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du1/program.c b/du1/program.c index 5bbfcc2..ddd4c34 100644 --- a/du1/program.c +++ b/du1/program.c @@ -25,7 +25,7 @@ int main(){ } for(int i = 0; text[i] != '\n'; i++){ - printf("%c\n", change(text[i])); + printf("%c", change(text[i])); } for(int i = 0; i < num; i++){