12345
string slurp(fstream& in) { std::string content((std::istreambuf_iterator<char>(in)), (std::istreambuf_iterator<char>())); return content;