Merge pull request #238 from 0x0001F36D/patch-1

Update e.cc
This commit is contained in:
LinuxMercedes 2018-12-08 20:52:50 -06:00 committed by GitHub
commit b0170439db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.cc
View File

@ -4,6 +4,6 @@ using namespace std;
int main()
{
for(;;) cout << "e";
while('e') cout << "e";
return 'e';
}