Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
return 'e' instead of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
xplorld committed Dec 8, 2018
1 parent 12babb8 commit 14b1a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e.cc
Expand Up @@ -5,5 +5,5 @@ using namespace std;
int main()
{
for(;;) cout << "e";
return 0;
return 'e';
}

0 comments on commit 14b1a93

Please sign in to comment.