commit 1a4a1648d5f8a06e496f01e4e5f23e988f745837 parent f5a1c60f7b385db7b8c53484933f406226c47744 Author: Minerva-Juppiter <ryouturn@gmail.com> Date: Sun, 31 Jul 2022 21:56:06 +0900 Diffstat:
| M | Program.cs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Program.cs b/Program.cs @@ -21,7 +21,7 @@ static string Control() Console.WriteLine("sort is sorting the encrypted file with keyFile."); } - switch (Console.ReadLine()) + switch (answer) { case "createKey": Key key = new Key();