Skip to content

Instantly share code, notes, and snippets.

@pluralism
Created April 25, 2014 14:45
Show Gist options
  • Select an option

  • Save pluralism/11292087 to your computer and use it in GitHub Desktop.

Select an option

Save pluralism/11292087 to your computer and use it in GitHub Desktop.
#include "Graph.h"
int main(int argc, char *argv[])
{
Graph<int> p;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment