C hello world example

C hello world example
// C program hello world 
#include<stdio.h>
int main()
{
printf("Hello world");
return 0;
}
Sour‮ec‬:www.lautturi.com
Created Time:2017-08-29 05:33:12  Author:lautturi