Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-26 22:50:03 +00:00
parent 798d1cada6
commit 4e0811e0e8

View File

@ -32,7 +32,7 @@ int main()
{
putchar(tolower(vstup));
}
else if (vstup >= 32 && vstup <= 255)
else
{
putchar(vstup);
}