diff --git a/helloworld.cpp b/helloworld.cpp index 6775fe7..cb25177 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -3,6 +3,6 @@ using namespace std; int main(int argc, char** argv) { - cout<<"Hello World from develop!"; + cout<<"Hello World from develop!" << endl; return 0; }