Skip to content

Instantly share code, notes, and snippets.

@espinz
Created May 24, 2019 07:24
Show Gist options
  • Save espinz/0bb073f90c488860a5ee7b9423467201 to your computer and use it in GitHub Desktop.
Save espinz/0bb073f90c488860a5ee7b9423467201 to your computer and use it in GitHub Desktop.
cPlus.cpp
#include <iostream>
using namespace std;
int main (){
cout << "Hello World";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment