gcontini
2019-11-16 5a8a12d7a2c69610cd7a9a00ed1b3579b750a914
1
2
3
4
5
#include<string>
#include<vector>
 
using namespace std;
void generate_license(const string& fname, const vector<string>& other_args);