diff --git a/README.md b/README.md index 6dff1e7..4ccb858 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# test01 \ No newline at end of file +# test01 +bla diff --git a/helloworld.cpp b/helloworld.cpp index ffa29bb..7f9b1b9 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -4,12 +4,12 @@ using namespace std; void salute01() { - cout <<"salute 01 tocado por develop!" << endl; + cout <<"salute 01!" << endl; } void yujuu02() { - cout <<"salute 02 tocado por branch!" << endl; + cout <<"salute 02 tocado por branch, again !" << endl; } int main(int argc, char** argv) {