toolkit.cpp 165 B

123
  1. #include "binomtk/cli.h"
  2. using namespace binom;int main(int argc,char* argv[]){try{CLI(argc,argv);}catch(const Exception&except){std::cerr<<except.full()<<'\n';}}