C语言程序设计

<title>C语言程序设计</title>

#include(stdio.h);
int main()
{
printf("Hello world!");
return 0;
}