Fix basic template spacing

This commit is contained in:
Anthony Wang 2022-02-22 12:03:04 -06:00
parent 2323096f73
commit 346031aed7
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

View file

@ -8,6 +8,6 @@ constexpr int MX = 1e5+5;
int main() {
cin.tie(0)->sync_with_stdio(0);
}
}