We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36a9ff commit 84b159cCopy full SHA for 84b159c
1 file changed
exercises/practice/crypto-square/CryptoSquare.cs
@@ -1,22 +1,7 @@
1
public static class CryptoSquare
2
{
3
- public static string NormalizedPlaintext(string plaintext)
4
- {
5
- throw new NotImplementedException("You need to implement this method.");
6
- }
7
-
8
- public static IEnumerable<string> PlaintextSegments(string plaintext)
9
10
11
12
13
- public static string Encoded(string plaintext)
14
15
16
17
18
public static string Ciphertext(string plaintext)
19
20
throw new NotImplementedException("You need to implement this method.");
21
}
22
-}
+}
0 commit comments