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