remove unuesd file

This commit is contained in:
Barrett Ruth 2025-09-12 00:15:36 -05:00
parent b44b1e79bf
commit 5dd16067f0

View file

@ -1,9 +0,0 @@
#include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
return 0;
}