-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRun.js
More file actions
12 lines (11 loc) · 655 Bytes
/
Copy pathRun.js
File metadata and controls
12 lines (11 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
const version = require("./package").version
console.log(`Penguin Chat 2 Emulator by Zaseth V${version}`)
console.log(`::::::::: :::::::: :::::::: ::::::::: :::::::: `)
console.log(`:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: `)
console.log(`+:+ +:+ +:+ +:+ +:+ +:+ +:+ `)
console.log(`+#++:++#+ +#+ +#+ +#++:++#+ +#++:++#++ `)
console.log(`+#+ +#+ +#+ +#+ +#+ `)
console.log(`#+# #+# #+# #+# #+# #+# #+# `)
console.log(`### ######## ########## ### ######## `)
const Server = require("./src/Server")