Skip to content

Latest commit

 

History

History

beginner-series-number-2-clock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Clock shows 'h' hours, 'm' minutes and 's' seconds after midnight.

Your task is to make 'Past' function which returns time converted to miliseconds.

#####Example:

Past(0, 1, 1) == 61000

Note! h, m and s will be only Natural numbers! Waiting for translations and Feedback! Thanks!