Prosim for the love of god

This commit is contained in:
Tomáš Vlček 2026-02-26 23:20:31 +00:00
parent fc507371d8
commit 91651c39e5

View File

@ -32,12 +32,11 @@ int main()
{ {
putchar(tolower(vstup)); putchar(tolower(vstup));
} }
else if (vstup >= 32 && vstup <= 127) else
{ {
putchar(vstup); putchar(vstup);
} }
poslednyChar = vstup; //pr
//pro
} }
if (poslednyChar != '\n' && poslednyChar != EOF) if (poslednyChar != '\n' && poslednyChar != EOF)
{ {