This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Cassidy Brooke - Recurse Center | |
Written in JavaScript, Node | |
July 6, 2019 | |
*/ | |
// this is required to take terminal inputs in Node.js | |
const readline = require('readline'); | |
const rl = readline.createInterface({ |