Update e.cc

This commit is contained in:
ᘡ˚ 2018-12-09 07:12:50 +08:00 committed by GitHub
parent f065881ae6
commit 44fce72816
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';
}