using namespace instead of std::cout
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello World!\n";
|
||||
cout << "Hello World!\n";
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user