tracks/csharp/exercises/etl/Etl.cs in trackler-2.2.1.41 vs tracks/csharp/exercises/etl/Etl.cs in trackler-2.2.1.42
- old
+ new
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
-public static class ETL
+public static class Etl
{
public static IDictionary<string, int> Transform(IDictionary<int, IList<string>> old)
{
throw new NotImplementedException("You need to implement this function.");
}
\ No newline at end of file