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));
}
else if (vstup >= 32 && vstup <= 127)
else
{
putchar(vstup);
}
poslednyChar = vstup;
//pro
//pr
}
if (poslednyChar != '\n' && poslednyChar != EOF)
{