Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 474 Bytes

TimeString.md

File metadata and controls

18 lines (11 loc) · 474 Bytes

Time String

Rules

Implement the SumOfTimes method which takes a list of strings (minutes and seconds) and returns the sum of the times (hours, minutes, and seconds) as a single string.

Example:

  • Input: "12:32 34:01 15:23 9:27 55:22 25:56"
  • Output: "2:32:41"

Languages

More Katas