Pages

Friday, March 25, 2011

Hello World

#include<stdio.h> 
main( )
{
  printf("hello, world");// Display the string.
}

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.