Sunday 17 March 2013

hello world

hello world program

#include <stdio.h>
void main()
{
      printf("hello world");
}


No comments:

Post a Comment