/* My first blog, Hello world */
#include <stdio.h>
int main()
{
printf(“Hello world!\n”);
printf(“Welcome to my world!\n”);
return 0;
}
Posted in misc | Tags: misc
Name* Email* Website
Your response:
Notify me of follow-up comments via email.