tatiana-t/project-lvl1-s438

View on GitHub
src/bin/brain-games.js

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node

import sayHello from '..';

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

// const name = getAnswer('May I have your name?: ');

// console.log(`Hello, ${name}`);

sayHello();