/* hello.c -- The most famous program of them all .. */ #include <stdio.h> int main(void) { printf("Hello World!\n"); // return 0; }
What You Wont ? Just Say It!
/* hello.c -- The most famous program of them all .. */ #include <stdio.h> int main(void) { printf("Hello World!\n"); // return 0; }
0 comments:
Post a Comment