news
This commit is contained in:
parent
e4cf9d284e
commit
3a704361b5
@ -19,7 +19,9 @@ while ((o = getchar()) != EOF) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
else if (o == '\t') {
|
||||
putchar(o);
|
||||
}
|
||||
else if (isprint(o)) {
|
||||
putchar(o);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user