-
Notifications
You must be signed in to change notification settings - Fork 2
/
Run.js
12 lines (11 loc) · 796 Bytes
/
Run.js
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
const version = require("./package").version
console.log(`Experimental Penguins Emulator by Zaseth V${version}`)
console.log("####### ###### ")
console.log("# # # ##### # # ###### # # #### # # # # # #### ")
console.log("# # # # # # # # ## # # # # # # ## # # ")
console.log("##### ## # # ###### ##### # # # # # # # # # # #### ")
console.log("# ## ##### # # # # # # ### # # # # # # # ")
console.log("# # # # # # # ## # # # # # # ## # # ")
console.log("####### # # # # ###### # # #### #### # # # #### ")
const Server = require("./src/Server")