Prosim for the love of god

This commit is contained in:
Tomáš Vlček 2026-02-26 23:20:31 +00:00 committed by unknown
parent cc91978ffb
commit 62d964a0fe

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