diff --git a/e.cc b/e.cc index a276b4a..01551a4 100644 --- a/e.cc +++ b/e.cc @@ -4,6 +4,6 @@ using namespace std; int main() { - for(;;) cout << "e"; + while('e') cout << "e"; return 'e'; }