This commit is contained in:
Artem Horbunov 2020-03-06 11:50:22 +01:00
parent a0d7b868d9
commit f95a3548f7

View File

@ -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++){