Saturday, July 12, 2014

Print Hello World

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

No comments: