diff --git a/Program.cs b/Program.cs index c71c8c6..8eb7122 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,4 @@ -using IdaStar; +using IdaStar; string[] labyrinthIN = System.IO.File.ReadAllLines(@"./labyrinth.txt"); @@ -94,7 +94,7 @@ void FormattedLabRow(string line) { break; } - case 'p': { + case 'P': { Console.BackgroundColor = ConsoleColor.Blue; Console.Write(" · "); break;