Say "Hello, World!" With C++

  • + 7 comments

    return 0; // is redundant in main()

    using declaration should not put in global scope, but within main's body, where they are used.