12 lines
178 B
C#
12 lines
178 B
C#
using CorgiCoder.ShiftCipher;
|
|
|
|
namespace CorgiCoder.Testing;
|
|
|
|
public static class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
ShiftSerializer shift = new();
|
|
}
|
|
}
|