-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.mjs
executable file
·32 lines (31 loc) · 1.43 KB
/
index.mjs
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
29
30
31
32
/**
* Choose your own line-endings
*/
export const file_id = [
' __ ',
' __/\\_\\ ',
' /\\/\\_\\/_ ',
' \\ /_/\\_\\ ',
' / \\_\\/_/_ __ ',
' _\\/\\/_/\\___\\/\\_\\ ',
' /\\ \\/ / __/\\/_/ ',
' / \\___\\/_/\\ \\__ ',
' ___\\ / / / \\__ \\ ',
' /\\/\\ \\/___/ \\ / /\\_\\ ',
' \\ \\___\\ \\/_/ /_/___ ',
' _\\ / / \\/\\ _\\ ',
' /\\_\\/___/ / \\___\\/ ',
' __ / /___/ \\ / __/_ ',
' /\\_\\ \\ \\___\\ \\/_/\\ \\ ',
' \\/_/_/ / / / \\___\\ ',
' /\\ \\/___/ \\ / /_ ',
' _\\ \\___\\____ ____ ____ \\/___/\\ \\__ ',
' /\\_\\/___/\\ \\/\\ \\__/\\ \\/\\ \\/\\__ _\\',
' _\\/_/\\_\\/ \\___\\ \\___\\ \\ \\___\\ \\_\\/_/\\_\\/',
'/\\/\\_\\/ /\\ / / / /\\_\\/ __/ / /\\_\\/_/\\',
'\\/\\/_ __/\\/___/\\/_ /\\/___/ _\\/_/\\/_/\\/_/',
' \\/_/ \\/_/ /\\_\\ ',
' \\/_/ ',
' ViSBOT NETWORK '
];
export default file_id;