DEV Community

Mohammed Salah
Mohammed Salah

Posted on • Edited on

C++ 1st code

    #include <iostream>
    using namespace std; 
    int main()
    {
    cout << "\n \n \n  \t \t  Hello programming World My name is Md
    salah"<<endl; 
    system("pause");
    return 0 ; 
    }
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more