Skip to content

Commit

Permalink
add bin/brain-games.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Sep 28, 2023
1 parent b77725a commit bfece18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/brain-games.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env node

console.log('Welcome to the Brain Games!');
console.log('Welcome to the Brain Games!');

import readlineSync from 'readline-sync';

const name = readlineSync.question('May I have your name? John');

0 comments on commit bfece18

Please sign in to comment.