Cypher

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 291fc70bd04e139b2bf7d33c26e88380297e669c
parent 397a7e8cc5df4996e39ed92d2047b83ac9cef426
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Thu, 21 Apr 2022 14:09:22 +0900


Diffstat:
MProgram.cs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Program.cs b/Program.cs @@ -51,6 +51,7 @@ static void sort() int a = 0; int b = 0; + string whereEncrypted //順序ファイルの読み込み StreamReader sr = new StreamReader(path: "D:\a.txt", encoding: Encoding.GetEncoding("UTF-8")); Console.WriteLine("読み込み終わり");