hacktoberfest-2018/code/hello.c
2018-10-08 01:44:05 +05:30

8 lines
71 B
C

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