UNPKG

vasku

Version:

TVM-Solidity contract development framework

17 lines (16 loc) 953 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.printGreeting = void 0; function printGreeting() { const green = '\x1b[32m'; const greeting = green + ` ██╗ ██╗ █████╗ ███████╗██╗ ██╗██╗ ██╗ ██║ ██║██╔══██╗██╔════╝██║ ██╔╝██║ ██║ ██║ ██║███████║███████╗█████╔╝ ██║ ██║ ╚██╗ ██╔╝██╔══██║╚════██║██╔═██╗ ██║ ██║ ╚████╔╝ ██║ ██║███████║██║ ██╗╚██████╔╝ ╚═══╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ `.substring(1); console.log(greeting); } exports.printGreeting = printGreeting;