Skip to content

Instantly share code, notes, and snippets.

@nattybear
Created June 4, 2017 13:57
Show Gist options
  • Save nattybear/5c232b4cf9a6cdc2fb2ed3c91673f0c1 to your computer and use it in GitHub Desktop.
Save nattybear/5c232b4cf9a6cdc2fb2ed3c91673f0c1 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main() {
cout << "Hello" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment