Skip to content

Instantly share code, notes, and snippets.

@dplord
Created June 22, 2016 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dplord/9dccbb3657808ad857569e2f66b19ab0 to your computer and use it in GitHub Desktop.
Save dplord/9dccbb3657808ad857569e2f66b19ab0 to your computer and use it in GitHub Desktop.
// create by dplord at ${YEAR}-${MONTH}-${DAY} ${HOUR}:${MINUTE}
#[[#include]]# <iostream>
#[[#include]]# <string>
#[[#include]]# <vector>
#[[#include]]# <fstream>
#[[#include]]# <sstream>
#[[#include]]# <boost/lexical_cast.hpp>
#[[#include]]# <map>
#[[#include]]# <unordered_map>
using namespace std;
int main(int argc, char** arrv)
{
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment