GlLamant
2019-06-26 d7f6856ee6106037d0d00fb3b8511ec9a26d57ba
1
2
3
4
5
6
7
 
 
#include<string>
#include<vector>
 
using namespace std;
void generate_license(const string& fname, const vector<string>& other_args) ;