Files
scwrypts/zx/hello-world.js
T

7 lines
505 B
JavaScript
Raw Normal View History

2022-04-28 16:09:23 -06:00
#!/usr/bin/env zx
const hello = ` _ _ _____ _ _ ___ __ _____ ____ _ ____ \n| | | | ____| | | | / _ \\ \\ \\ / / _ \\| _ \\| | | _ \\ \n| |_| | _| | | | | | | | | \\ \\ /\\ / / | | | |_) | | | | | |\n| _ | |___| |___| |__| |_| | \\ V V /| |_| | _ <| |___| |_| |\n|_| |_|_____|_____|_____\\___/ \\_/\\_/ \\___/|_| \\_\\_____|____/ \n `
2023-02-21 18:44:27 -07:00
2022-04-28 16:09:23 -06:00
console.log(chalk.green.bgBlack.bold(hello))