-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbegin.js
28 lines (24 loc) · 1.71 KB
/
begin.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'use strict';
/* eslint-disable no-console */
console.log(`
================= ====
================== ====
===== ======
===== =====
===== ===== ========= ========= ====== ====== ======= =========
===== ===== ============= ================== ======= ======= ===========
=============== ===== ===== ====== ========= ======= =========== =======
=============== ===== ===== ===== ===== ===== ======= =====
===== ======= ================== ===== ===== ===== ====== =====
===== ====== ================== ===== ===== ===== ===== =====
===== ===== ===== ===== ===== ===== ===== =====
===== ===== ===== ===== ===== ===== ===== =====
===== ====== ====== == ====== ====== ===== ===== =====
================= =============== ================ ==== ======= ===== =======
=============== ============== =============== ==== ======= ===== =======
========== ======= ===== ==== ====== ===== =====
=====
== ======
==============
============
`.replace(/(=+)/g, '\x1b[42m$1\x1b[0m').replace(/=/g, ' '));