Linux.com

Re:Messages in your article

Posted by: Anonymous Coward on April 03, 2004 06:32 AM
About "grepping the code", all phrases could be encoded in hex:

#include

int main()
{

                char c[] = { 0x56, 0x69, 0x6D, 0x20, 0x21, 0x00 };

                printf("%s\n", c);

                return 1;
}

prints:

Vim !

#

Return to Secret messages found in GNU Emacs