Gabriele Contini
2019-11-10 a26bd812ef3fd21dd3d68bd10704ae3dd8eeea6b
1
2
3
4
5
#include<string>
#include<vector>
 
using namespace std;
void generate_license(const string& fname, const vector<string>& other_args);