Tag Archives: hello

hello world

int main()
{
       printf("hello, world");
       return 0;
}

hello, world.

testing complete. end program

</end>