diff --git a/C++/helloworld.cpp b/C++/helloworld.cpp index c70e767..35df75f 100644 --- a/C++/helloworld.cpp +++ b/C++/helloworld.cpp @@ -2,7 +2,7 @@ using namespace std; int main() { - cout<<"hello world"; + cout<<"hello, World!"; return 0; } diff --git a/helloworld.cpp b/helloworld.cpp deleted file mode 100644 index 4cd468c..0000000 --- a/helloworld.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include -using namespace std; -int main() -{ - cout<<"hello world"; - return 0; -} -