Test code highlighting

Normal at the beginning of the text

#include <iostream>
using namespace std;
int main()
{
    cout << "hello world" << endl;
    int a = 0;
    a++;
    return 0;
}

This is a normal text
success! In memory of

Guess you like

Origin www.cnblogs.com/zhanhonhao/p/11258848.html