Sha256: cb8628db788206918fb92695f5edd239969b3ae0cabfa95fc607eda3de4d5255

Contents?: true

Size: 242 Bytes

Versions: 117

Compression:

Stored size: 242 Bytes

Contents

using System;
using System.Collections.Generic;

public static class Phrase
{
    public static IDictionary<string, int> WordCount(string phrase)
    {
        throw new NotImplementedException("You need to implement this function.");
    }
}

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
trackler-2.0.8.32 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.31 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.30 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.29 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.28 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.27 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.26 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.24 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.23 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.22 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.21 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.20 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.19 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.18 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.17 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.16 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.0.8.15 tracks/csharp/exercises/word-count/WordCount.cs