2023-05-22 08:41:50 -04:00

10 lines
149 B
C#

namespace JacobMaurer.ShiftCipher;
public static class ShiftCipher
{
static ShiftCipher()
{
Console.WriteLine("Loaded");
}
}