tizzybec
2019-06-12 1d820b207d2716b7f689ef2ab292e27b63944976
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) ;