Representation of the Berlin Clock written in Scala.
#####To clone repository type:
$> git clone https://github.com/belo82/BerlinClock
#####To run tests type:
project_dir $> sbt test
#####To run application type:
project_dir $> sbt 'run 13:44:57'
#####To create intelliJ Idea project type:
project_dir $> sbt gen-idea