Skip to content

Instantly share code, notes, and snippets.

@leostera
Created August 23, 2011 15:40
Show Gist options
  • Save leostera/1165486 to your computer and use it in GitHub Desktop.
Save leostera/1165486 to your computer and use it in GitHub Desktop.
Papear
#include <stdio.h>
int main (int a, char** b)
{
printf("8");
for(int i=0; i<10000000000000000000000; ++i) { printf ("="); }
printf("D");
system("PAUSE");
return 0;
}
@alecaceresprado
Copy link

jajaj muy bueno lea! sos un capo!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment