Test of markdown

2016-04-25  本文已影响0人  包红前当了回撤并让开我来

My test of markdown

The second head

1 first
2 second
3 end
my website

my website

a quote
continue quote

The second head

Here is my code
#include <iostrem>
#include <string>
using namespace std;

int main(int argc, char * argv[])
{
     cout << "Hello world" << endl;
     return 0;
}

This code print out string "Hello world" !

second head

This is what markdown looks like

the end

上一篇 下一篇

猜你喜欢

热点阅读