Fixed a massive oversight in your code.

This commit is contained in:
That_One_Nerd 2023-04-18 10:11:32 -04:00
parent 1920e7f14e
commit 2c47f47f34

View File

@ -4,7 +4,7 @@ namespace Shift_Cipher
{
class Program
{
static void Main(string[] args)
public static void Main(string[] args)
{
string shiftedAlphabet = "", finalStr = "", alphabet = "abcdefghijklmnopqrstuvwxyz";
Console.Write("Enter a string to be shifted: ");