commit d2293604ae7df3f17c4376c025123f3b40620a65
parent 2580d7223629f4ae75b2b145ac9f1e30464df086
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Thu, 21 Apr 2022 14:21:12 +0900
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Program.cs b/Program.cs
@@ -56,9 +56,11 @@ static void sort()
whereEncrypted = Question("Where is encrypted file?");
string whereKeyFile;
whereKeyFile = Question("Where is KeyFile?");
+ string whereSortedFile;
+ whereSortedFile = Question("Where will you create sorted file?");
+
//順序ファイルの読み込み
StreamReader sr = new StreamReader(whereEncrypted, encoding: Encoding.GetEncoding("UTF-8"));
- Console.WriteLine("Road was finished.");
//配列に順序を書き込み
while (a < 100)