Yeah, that was my first idea. ;) I was also going to post a modification of the above:Quote:
It wasn't, I'm referring to +1-1+1-1+1-1+1-1 forever.
There are all sorts of little things you can do. The above should take up 3x the space of my previous. :DCode:int q=0, u=0, z=0, a=0, h = 0;
q=q+1;q=q+1;q=q+1; ... putchar( q );
u=u+1; ...
...
Quzah.
