Skip to content

Instantly share code, notes, and snippets.

View avdotion's full-sized avatar
🚩
Available in t.me/avdotion

Danila Avdoshin avdotion

🚩
Available in t.me/avdotion
  • Moscow, Russia
View GitHub Profile
@avdotion
avdotion / main.js
Last active January 28, 2019 16:55 — forked from killreal17/main.js
15 puzzle
'use strict'
const readline = require('readline')
const input = readline.createInterface({
input: process.stdin,
output: process.stdout
})
input.setPrompt('> ')