Skip to content

AssoDePicche/prime-factors-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages