Skip to content

Instantly share code, notes, and snippets.

@gmemstr
Created May 26, 2014 18:12
Show Gist options
  • Save gmemstr/d8c784999fcf9624c442 to your computer and use it in GitHub Desktop.
Save gmemstr/d8c784999fcf9624c442 to your computer and use it in GitHub Desktop.
Worlds most basic C++ template
#include <iostream>
using namespace std;
int main()
{
//Code
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment