diff --git a/hello.cpp b/hello.cpp index 5fadc16..513fa3f 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,6 +1,6 @@ #include using namespace std; int main(){ - cout << "Hello"; + cout << "Hello world"; return 0; -} \ No newline at end of file +}