revert Aktualizovat a1/program.c
This commit is contained in:
Tomáš Vlček 2026-02-26 23:23:47 +00:00
parent 18dc6563e1
commit 4886715616

View File

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