Skip to content

Instantly share code, notes, and snippets.

@programmingfaster
Created June 4, 2018 13:01
Show Gist options
  • Save programmingfaster/d5719fdb534b5cdb0dd8bd8c55ce4230 to your computer and use it in GitHub Desktop.
Save programmingfaster/d5719fdb534b5cdb0dd8bd8c55ce4230 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