Skip to content

Commit

Permalink
this is the commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
realfirst committed Apr 29, 2011
1 parent c721264 commit 3607d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ using namespace std;
int main(int argc, char **argv) {
cout << "it is a test of cpp!" << endl;
cout << "the patch test of git" << endl;


std::cout << "test of commit --amend" << std::endl;
return 0;
}

0 comments on commit 3607d54

Please sign in to comment.