[C / C++]こんにちは世界

まず、C / C ++のすべてのプログラミング

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