3b251f2577
4e0cfb0f39
@ -0,0 +1,5 @@
#include <iostream>
int main() {
std::cout << 'e' << std::endl;
}