cududoma/project-lvl1-s232

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

Summary

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

import { greetThePlayer } from '../index';

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