return 'e' instead of 0
@ -5,5 +5,5 @@ using namespace std;
int main()
{
for(;;) cout << "e";
return 0;
return 'e';
}