revert Aktualizovat a1/program.c
This commit is contained in:
Tomáš Vlček 2026-02-26 23:23:47 +00:00 committed by unknown
parent 43c9e40f5d
commit b928f90e63

View File

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