tank-bohr/frontend-project-lvl1

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

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node
import welcome from '..';

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