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