#include <stdio.h>
int main( int argc, const char* argv[] )
{
printf("Hello World!");
return 0;
}
Wednesday, January 30, 2008
Hello World!
Posted by SoCo at 6:58 PM
Subscribe to:
Post Comments (Atom)
#include <stdio.h>
int main( int argc, const char* argv[] )
{
printf("Hello World!");
return 0;
}
Posted by SoCo at 6:58 PM
No comments:
Post a Comment