Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.83 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.83 KB

Algorithmic Challenges Build Status

A true master always recaps what made him a master: the fundamentals.

JavaScript Build Status Coverage Status Dev Dependencies Code Style

  $ npm install # install Node modules
  $ npm run test # execute ESLint (Google config) & tests

Ruby Build Status Code Coverage Code Style

  $ bundle install # install Ruby gems
  $ bundle exec rubocop && bundle exec rspec # execute Rubocop & RSpec tests

Java Build Status

  $ mvn test clean # Run all jUnit tests and clean up target directory

Go

  $ tbd

Haskell

  $ tbd