Saturday, August 22, 2020

C - Hello World

 #include <stdio.h>


int main(void)

{

printf("Hello world\n");

}



No comments:

Post a Comment