PushinAP/project-lvl1-s192

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

Summary

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

import actionUser from '..';

console.log('Welcome to the Brain-Games!');
console.log(`Hello ${actionUser()}!`);