cookeylang-ts
Version:
A dynamic, interpreted language.
13 lines (12 loc) • 651 B
JavaScript
#!/usr/bin/node
"use strict";
console.log(`\x1b[93m ____ _
/ ___|___ ___ | | _____ _ _
| | / _ \\ / _ \\| |/ / _ \\ | | |
| |__| (_) | (_) | < __/ |_| |
\\____\\___/ \\___/|_|\\_\\___|\\__, |
|___/ \x1b[0m`);
console.log(`\x1b[1m\x1b[38;5;130mWelcome to cookeylang!\x1b[0m
\x1b[1m\x1b[38;5;70mThanks for installing!\x1b[0m
\x1b[38;5;39mVisit \x1b[4mhttps://cookeylangteam.repl.co\x1b[0m \x1b[38;5;39mfor documentation and tutorial.\x1b[0m
\x1b[38;5;220mSpecial thanks to @Coder100, @JDOG787, @CodingCactus, @Codemonkey51, @RaidTheWeb, and @TheSummit3145!\x1b[0m`);