Sha256: ba7a600911f1e114f0e547743647c1a86261acf4e3905c73abeda69085822eea

Contents?: true

Size: 246 Bytes

Versions: 281

Compression:

Stored size: 246 Bytes

Contents

using System;
using System.Collections.Generic;

public static class Alphametics
{
    public static IDictionary<char, int> Solve(string equation)
    {
        throw new NotImplementedException("You need to implement this function.");
    }
}

Version data entries

281 entries across 281 versions & 1 rubygems

Version Path
trackler-2.0.8.15 tracks/csharp/exercises/alphametics/Alphametics.cs