Sha256: 254a6efee694c1dfcb26252b78cc15af73618835bdf083c45032bf19570a776d
Contents?: true
Size: 370 Bytes
Versions: 281
Compression:
Stored size: 370 Bytes
Contents
using System; public class RailFenceCipher { public RailFenceCipher(int rails) { } public string Encode(string input) { throw new NotImplementedException("You need to implement this function."); } public string Decode(string input) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
281 entries across 281 versions & 1 rubygems