tracks/fsharp/exercises/isogram/Isogram.fs in trackler-2.2.1.44 vs tracks/fsharp/exercises/isogram/Isogram.fs in trackler-2.2.1.45

- old
+ new

@@ -1,3 +1,3 @@ module Isogram -let isogram str = failwith "You need to implement this function." +let isIsogram str = failwith "You need to implement this function." \ No newline at end of file