Skip to content

Instantly share code, notes, and snippets.

@resure
Created March 26, 2011 19:53
Show Gist options
  • Save resure/888580 to your computer and use it in GitHub Desktop.
Save resure/888580 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <locale.h>
#define V true
#include "30_element.h"
#include "30_vector.h"
int main()
{
int_vector<int> V;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment