<--- Turn the page     (contents page)     Turn the page --->


C

Self Replicating




Try the code below. Very interesting isn't it?

char *f = "char *f =%c%s%c; main() { printf(f,34,f,34,10); }%c";

main() {
	printf(f,34,f,34,10);
}

For more information on a Quine, visit this page:
http://www.nyx.net/~gthompso/quine.htm   ¥



<--- Turn the page     (contents page)     Turn the page --->

Page 11