08.02.06

Hello World!

Posted in Programming at 12:00 pm by Alper

int main(void)
{
printf(”Hello World!”);

return 0;
}

Comments are closed.