ashikov/frontend-project-lvl1

View on GitHub
bin/brain-even.js

Summary

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

import startGame from '../src/game/even.js';

startGame();