Friday, August 23, 2013

Print Hello World

#include<stdio.h>
void main()
{
printf("\n Hello World\n");
}

3 comments: