diff --git a/hello! b/hello! index ccaf51235..72a76b97a 100644 --- a/hello! +++ b/hello! @@ -1,7 +1,6 @@ #include using namespace std; -int main() -{ - cout<<"hello world!"; +int main(){ + cout<< "Hello World!"; return 0; }