spacecraft-app-cli
Version:
A simple CLI Project to solve the Spacecraft problem with typescript
21 lines (18 loc) • 3.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Welcome = `
░██╗░░░░░░░██╗███████╗██╗░░░░░░█████╗░░█████╗░███╗░░░███╗███████╗ ████████╗░█████╗░
░██║░░██╗░░██║██╔════╝██║░░░░░██╔══██╗██╔══██╗████╗░████║██╔════╝ ╚══██╔══╝██╔══██╗
░╚██╗████╗██╔╝█████╗░░██║░░░░░██║░░╚═╝██║░░██║██╔████╔██║█████╗░░ ░░░██║░░░██║░░██║
░░████╔═████║░██╔══╝░░██║░░░░░██║░░██╗██║░░██║██║╚██╔╝██║██╔══╝░░ ░░░██║░░░██║░░██║
░░╚██╔╝░╚██╔╝░███████╗███████╗╚█████╔╝╚█████╔╝██║░╚═╝░██║███████╗ ░░░██║░░░╚█████╔╝
░░░╚═╝░░░╚═╝░░╚══════╝╚══════╝░╚════╝░░╚════╝░╚═╝░░░░░╚═╝╚══════╝ ░░░╚═╝░░░░╚════╝░
░██████╗██████╗░░█████╗░░█████╗░███████╗░█████╗░██████╗░░█████╗░███████╗████████╗██╗
██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██║
╚█████╗░██████╔╝███████║██║░░╚═╝█████╗░░██║░░╚═╝██████╔╝███████║█████╗░░░░░██║░░░██║
░╚═══██╗██╔═══╝░██╔══██║██║░░██╗██╔══╝░░██║░░██╗██╔══██╗██╔══██║██╔══╝░░░░░██║░░░╚═╝
██████╔╝██║░░░░░██║░░██║╚█████╔╝███████╗╚█████╔╝██║░░██║██║░░██║██║░░░░░░░░██║░░░██╗
╚═════╝░╚═╝░░░░░╚═╝░░╚═╝░╚════╝░╚══════╝░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░╚═╝
`;
exports.default = Welcome;
//# sourceMappingURL=welcome.js.map