No 1 tech
Wednesday, November 12, 2014
C Programming Hello World
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}
Like it ? Share it.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)