Thursday 13 October 2011

dmr

#include <stdlib.h>

int main(void)
{
printf("Goodbye World...\n");

return(0);
}

No comments: