DEV Community

Mohammed Salah
Mohammed Salah

Posted on

C++18th code ( start each line with ; ) --> Not clean code

    #include<iostream>
    using namespace std; 
    int main()
    {
cout<<"\n Welcome With Md salah in C++ "
;cout<<"\n The syntax could be write as this shape"
;cout<<"\n But this is a bad shape "
;cout<<"\n So Try To Write  a clean code "<<endl<<endl<<endl; 
return 0 ;  
    }
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started