This commit is contained in:
Anthony Wang 2019-12-03 16:04:17 -06:00
commit c034778615

7
Template/basic.cpp Normal file
View file

@ -0,0 +1,7 @@
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main() {
}