diff --git a/c/c++.cpp b/c/c++.cpp index 3b931f69..8b27019d 100644 --- a/c/c++.cpp +++ b/c/c++.cpp @@ -1,8 +1,6 @@ -#include - -using namespace std; +#include int main() { - cout << "Hello World" << endl; + std::cout << "Hello World" << std::endl; }