Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 664 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 664 Bytes

The Prime Factors Kata

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.

Project Structure

  1. src: source code
  2. tests: automated tests

Contributing

To contribuit to this project follow these steps.

Getting Started

  1. Clone this repository
git clone git@github.com:AssoDePicche/prime-factors-kata.git

Running Tests

composer run tests

Get in Touch

Samuel do Prado Rodrigues (AssoDePicche) - samuelprado730@gmail.com