Friday, January 4, 2008

Hello Blogger

I just connected my blogger account (rebuilt my previous blogs there) to Multiply, and see if cross-posting really works as expected.


include <stdio.h>;
include <stdlib.h>;

int main(int argc, char *argv[])
{
printf("Hello World\n");
return 0;
}


No comments: