Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
don't code like this
// don't code like this
#include <stdio.h>
#include <cstring>
int main()
{
static char *c;
if(!c) *(c=&(*(c=new char[27]+26)='\0')-1)='Z';
*c=='A'?printf("%s\n",c):(*c=*(c--)-1,main());
}
az: az.cpp
run: az
./az
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment