aboutsummaryrefslogtreecommitdiff
path: root/2020/practice/guess.cpp
blob: a9ff0e034d4e3b35ca5a24aced90691c30c8c54c (plain)
1
2
3
4
5
6
#include <bits/stdc++.h>
using namespace std;

int main() {
	cout << 42 << '\n';
}