diff --git a/main.cpp b/main.cpp index f7a5c7f..ca362fe 100644 --- a/main.cpp +++ b/main.cpp @@ -1,10 +1,7 @@ #include - -using namespace std; - +using namespace std;//It is inserted to avoid using the scope operator :: multiple times int main(int argc, char *argv[]) { - cout << "Hello, World!\n"; - + cout <