Hello 世界!

Hello 世界!

#include <iostream>
using namespace std;

// Main Function
int main()
{
    cout << "Hello 世界!" << endl;
    return 0;
}