diff --git a/hello! b/hello! index ccaf51235..fc6ccb5a2 100644 --- a/hello! +++ b/hello! @@ -3,5 +3,6 @@ using namespace std; int main() { cout<<"hello world!"; + cout<<"No Hello"; return 0; }