Hello World
Tuesday, February 27, 2007, 18:54
Filed under: Uncategorized
Filed under: Uncategorized
Let’s be polite and start this Blog by saluting the world!
#include < stdio.h>
void main()
{
printf(“\nHello World\n”);
}
1 Comment