nbvehbq/project-lvl1-s89

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

Summary

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

import startGame from '../games/progress-game';

startGame();