Skip to content

Instantly share code, notes, and snippets.

@mmitou
Created April 27, 2010 10:56
Show Gist options
  • Save mmitou/380624 to your computer and use it in GitHub Desktop.
Save mmitou/380624 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <vector>
// これはテストです
int main()
{
std::vector<char*> v0;
std::cout << "hello" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment