summaryrefslogtreecommitdiff
path: root/convenience/template.cpp
blob: f8631ac882b902652869dfe71edc33954b2fbeed (plain)
1
2
3
4
5
6
7
8
9
10
#include <bits/stdc++.h>

using namespace std;

void solve() {}

int main() {
	solve();
	return 0;
}