Tuesday, September 28, 2010
A Quine is a computer program which produces a copy of its own source code as its only output.
A Quine is a computer program which produces a copy of its own source code as its only output.
1
main() {
char
*s
=
"main() { char *s=%c%s%c; printf(s,34,s,34); }"
;
printf
(s,34,s,34);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment