Signup or Login to not be a stranger πΆβπ«οΈ
Write a function, which takes a non-negative integer (seconds) as input and returns the time in a human-readable format (HH:MM:SS)
The maximum time never exceeds 359999 (99:59:59)
You can find some examples in the test fixtures.