Created
June 4, 2018 13:01
-
-
Save programmingfaster/d5719fdb534b5cdb0dd8bd8c55ce4230 to your computer and use it in GitHub Desktop.
programmingfaster.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<iostream> | |
using namespace std; | |
int main() | |
{ | |
cout<<"welcome to c++ programming language"; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment