Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 272 Bytes

blog

最近听说用github+markdown写博客挺爽的,今天我也来试试

test

首先来测试一下 markdown在git上面的显示效果。

#include <iostream>
using namespace std;
int main(int argc, char** argv)
{
	cout << "hello world\n";
	return 0;
}