logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository.
commit: 951c7cb1686f2f80b1e8069a3d27e1f42a33a77b
parent 76e05e036df4335959030048314172e9c876a73b
Author: iliana weller <ilianaw@buttslol.net>
Date:   Sat,  8 Dec 2018 00:18:37 -0800

Eeeee EE #118 eeee xplorld/eeeeeeeeeeeeeeeeeeeeeeee

 return 'e' instead of 0

Diffstat:

Me.cc2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e.cc b/e.cc @@ -5,5 +5,5 @@ using namespace std; int main() { for(;;) cout << "e"; - return 0; + return 'e'; }