Sha256: 9d5d5199b5798eb11e51caec8cc693e921caf724bc66b69b40e18c0bff95fc77

Contents?: true

Size: 246 Bytes

Versions: 136

Compression:

Stored size: 246 Bytes

Contents

using System;
using System.Collections.Generic;

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

Version data entries

136 entries across 136 versions & 1 rubygems

Version Path
trackler-2.2.1.151 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.150 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.149 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.148 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.147 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.146 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.145 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.144 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.143 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.142 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.141 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.140 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.139 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.138 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.137 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.136 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.135 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.134 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.133 tracks/csharp/exercises/word-count/WordCount.cs
trackler-2.2.1.132 tracks/csharp/exercises/word-count/WordCount.cs