changes
This commit is contained in:
parent
55136fc05d
commit
d55b76206f
@ -17,8 +17,8 @@ int main(){
|
||||
else if (c < ' ' || c >= 127) {
|
||||
continue; // Preskočiť značky
|
||||
}
|
||||
else if (c == '\t') {
|
||||
putchar(c); // Print the tab character
|
||||
if (c == '\t') {
|
||||
putchar(c);
|
||||
}
|
||||
|
||||
putchar(c); // Vypíš znak
|
||||
|
Loading…
Reference in New Issue
Block a user