Hello World

By inanme

it is a classic. But i find no other way to start.

#include <stdio.h>
int main(void)
{

printf(“%s”,”Hello World\n”) ;
}

Leave a Reply