Sha256: 5b766c55e80c553c544db6544fc6a767b700a468ab2b9f578614f305657e2ca5

Contents?: true

Size: 347 Bytes

Versions: 271

Compression:

Stored size: 347 Bytes

Contents

using System;

public static class AtbashCipher
{
    public static string Encode(string plainValue)
    {
        throw new NotImplementedException("You need to implement this function.");
    }

    public static string Decode(string encodedValue)
    {
        throw new NotImplementedException("You need to implement this function.");
    }
}

Version data entries

271 entries across 271 versions & 1 rubygems

Version Path
trackler-2.0.8.36 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.35 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.34 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.33 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.32 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.31 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.30 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.29 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.28 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.27 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs
trackler-2.0.8.26 tracks/csharp/exercises/atbash-cipher/AtbashCipher.cs