Flak15/project-lvl1-s292

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

Summary

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

import { askPlayerName } from '..';

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