Jan Willamowius
2019-04-24 cd279f99fc3249c731ced737ca88fb66f9c3801c
1
2
3
4
5
6
7
#include <stdlib.h>
#include "license-generator.h"
 
int main(int argc, const char *argv[]) {
     return license::LicenseGenerator::generateLicense(argc, argv);
 
}