// Use of scope resolution operator for namespace. #include<iostream> int main(){ std::cout << "Hello" << std::endl; }