In the Prime Factors kata, you write a routine that takes one argument – a positive, non-zero integer – and returns a list of the integer’s prime factors. If the integer has no prime factors, return an empty list.
src:
source codetests:
automated tests
To contribuit to this project follow these steps.
- Clone this repository
git clone git@github.com:AssoDePicche/prime-factors-kata.git
composer run tests
Samuel do Prado Rodrigues (AssoDePicche) - samuelprado730@gmail.com