C language hello world program

https:‮al.www//‬utturi.com
C language hello world program
#include <stdio.h>

int main(void) {
   printf("Hello, World!");
   return 0;
}
Created Time:2017-08-28 21:45:13  Author:lautturi