原来这个说明是用Markdown语法写的,那么修改一下(2015-5-31) hello-world My first repository on GitHub #include <iostream> using namespace std; int main(){ cout << "hello world!" << endl; return 0; } add one line! feature-A added! ======= branch fix-B added!