Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 752 Bytes

Readme.md

File metadata and controls

34 lines (23 loc) · 752 Bytes

Codewars solutions

Here's my solutions for Kata's problem.

For more info please visit: Codewars.

Installation and Usage

Clone git:

    > git clone https://github.com/andreacasarella/codewars.git
    > cd codewars
    > npm install
    > npm run test

Release History

  • 0.0.1
    • Initial Commit

Meta

Andrea Casarella – @Codewars

Free to use!

Contributing

  1. Fork it (https://github.com/andreacasarella/codewars.git/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request