1
0

10 lines
96 B
C++

#include <iostream>
using namespace std;
int main()
{
while('e') cout << "e";
return 'e';
}