Friday, 20 February 2015

Program1: My first program

#include <stdio.h>

int main()
{
   
   printf("Hello, World!");
   
   return (0);
}

No comments:

Post a Comment