Skip to content
Snippets Groups Projects
Commit cd20387c authored by Schatt, Eduard-Emilian's avatar Schatt, Eduard-Emilian
Browse files

2nd - small change on oop1.cpp

parent 5fb924bc
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,9 @@ int main(int xx , char* argv[]){ ...@@ -97,6 +97,9 @@ int main(int xx , char* argv[]){
std::string author = "Mein String ist neu"; std::string author = "Mein String ist neu";
std::cout << author << std::endl; return 0; std::cout << author << std::endl; return 0;
//Die kleine Änderung
printf("\n");
} }
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment