lvc@cbscc.UUCP (Larry Cipriani) (08/23/84)
Well dear reader here I am again hacking away at my terminal at
strange hours; a last (I promise) submission by myself on
selfduplicating C programs. Like the 84 character version
it must be compiled and executed once to squeeze out the
terminating new line. This one is only 78 characters long.
main(){char *a="main(){char *a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a,34);}
Thanks to all who wrote,
Larry Cipriani
cbscc!lvc
P.S. Does anyone have a C version of the Simplex algorithm used to solve
linear programming problems ?