liu
2 天以前 b08a6f05c20cbdb29ffc4d447aedb5ccdc2f607f
1
2
3
4
5
6
"use strict";
var import_program = require("./program");
(0, import_program.program)().catch((e) => {
  console.error(e.message);
  process.exit(1);
});