Remove hello world

This commit is contained in:
Anthony Wang 2021-06-09 15:14:40 -05:00
parent 79c9a77fba
commit 4c93a946d4
Signed by: a
GPG key ID: BC96B00AEC5F2D76

2
1.cpp
View file

@ -8,7 +8,7 @@ constexpr int MX = 1e5+5;
int main() {
if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);
ios_base::sync_with_stdio(0), cin.tie(0);
cin.tie(0)->sync_with_stdio(0);
}