Skip to content

A sample application implementing the Berlin Clock.

Notifications You must be signed in to change notification settings

bandrei/berlinclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Berlin Clock assignment

To build this project use

``mvn install`` or ``mvn package``

To run the application and get an output do:

If you've packaged to the target folder:

java -jar target/berlin-clock.jar -h <<hour>> -m <<minutes>> -s <<s>>

Otherwise run the jar with the accepted parameters

java -jar berlin-clock.jar -h <<hour>> -m <<minutes>> -s <<s>>

Input params

-h hour in integer format between 0 and 23 inclusive
-m minutes in integer format between 0 and 59 inclusive
-s seconds in integer format between 0 and 59 inclusive

About

A sample application implementing the Berlin Clock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages