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

Bài đầu tiên lập trình C/C++

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