[EASY] Delta Time - CodeEval
[EASY] Delta Time – CodeEval
Here is the problem: https://www.codeeval.com/open_challenges/166/ And here is my solution. I get 100% with this code.
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Globalization; class DeltaTime { public static string line = null; static void Main(string[] args) { List readFile = ReadFileLines(args[0]); List deltaTime =…
View On WordPress












