Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@programmingfaster0226
Created June 4, 2018 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save programmingfaster0226/fbc3dd38b0a3be48dd60f19c8c9c0b2a to your computer and use it in GitHub Desktop.
Save programmingfaster0226/fbc3dd38b0a3be48dd60f19c8c9c0b2a to your computer and use it in GitHub Desktop.
programmingfaster.com
#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