Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-26 22:57:17 +00:00
parent 4e0811e0e8
commit 856fa890a2

View File

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