Your security, networking, programming, and application news source.
Google

Wednesday, January 30, 2008

Hello World!

#include <stdio.h>
int main( int argc, const char* argv[] )
{
printf("Hello World!");
return 0;
}

No comments:

Post a Comment