-
Given a 24 hour clock convert the current time into words e.g. "08:34" should be converted to "It's eight thirty four"
-
Return Midday and Midnight as "It's Midday" and "It's Midnight"
First of all, download this repository by cloning it via git.
git clone https://github.com/danieledagostino/speaking-clock.git
After you downloaded the code, run it by typing
mvnw clean package
Check the test results on console.