Friday, 6 April 2018

Hello World

#include <stdio.h>
int main(void)
{
 printf("Hello World!\n");
 return 0;
}


No comments:

Post a Comment