Skip to content

Instantly share code, notes, and snippets.

View jorgetejeda's full-sized avatar
🏠
Working from home

Jorge Tejeda Bello jorgetejeda

🏠
Working from home
  • Dominican Republic
View GitHub Profile
"use strict";
const { exit } = require("process");
const readline = require("readline");
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
});