Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 422 Bytes

Unite Coding Solution

Challange Name : Beautiful Days at the Movies
Challange link : https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem

To Run application

  1. mvn clean install
  2. Run the Solution class
  3. Enter input start day(i), end day(j) and divisor(k) with space separated between them

To Run Test cases

  1. Run TestRunner class

Dependencies used

  1. JUnit for testcases