liu
9 天以前 06c312e584b99df613728d5ea8b32df4e156f3cc
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);
});