lastonehopefully4
This commit is contained in:
parent
3dc53aefe4
commit
f3a23b7510
@ -19,6 +19,10 @@ int main() {
|
||||
c = c - 'A' + 'a';
|
||||
}
|
||||
} else if (c == 1425) {
|
||||
c = 'q';
|
||||
}
|
||||
|
||||
if (c == '\'') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user