diff --git a/test.cpp b/test.cpp index a58419b..170df8e 100644 --- a/test.cpp +++ b/test.cpp @@ -1,6 +1,6 @@ #include int main(){ - cout << "I changed again with label" << endl; + cout << "I changed again with label!" << endl; return 0; }