README
Welcome to the Brain Games!
Setup:
Dowland npm package
$ npm i -g backend-project-lvl1-tema
To start first game run command
$ brain-even
Answer "yes" if the number is even, otherwise answer "no".
To start second game run command
$ brain-calc
What is the result of the expression?
To start third game run command
$ brain-gcd
Find the greatest common divisor of given numbers.
To start forth game run command
$ brain-progression
What number is missing in the progression?
To start fifth game run command
$ brain-prime
Answer "yes" if given number is prime. Otherwise answer "no".