[C / C ]你好世界

首先编程的C / C ++

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