【代码】My First Blog。

 Test:

#include <iostream>


int main()
{
    std::cout << "Hello, my friend!";
    return 0;
}