test.md

󰃭 2016-04-12

这是第一个测试

  • 希望效果不错
  • 列表的表达方式

测试 python 程序

def hello():
    printf("hello world!")

if __name__ == "__main__":
    hello()
int main(int argc, char* argv[])
{
	printf("hello world!");
}

测试合并内容

第三次合并