Eeeee EE #118 eeee xplorld/eeeeeeeeeeeeeeeeeeeeeeee

return 'e' instead of 0
This commit is contained in:
iliana weller 2018-12-08 00:18:37 -08:00 committed by GitHub
commit 951c7cb168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.cc
View File

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