place i kept my code
this is a Hello world in C, yes! i know, that many other site's has create same topic.
#include <stdio.h> int main() { printf ("Hello world!"); getchar(); return 0; }
No comments:
Post a Comment