Cypher

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

commit e2f5d6c2e2dea1260706025119eeff810c1ea0be
parent 0eb7bdc378596fde6ed8c64a608df791b1306892
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Mon, 25 Apr 2022 11:02:25 +0900

Update Program.cs
Diffstat:
MProgram.cs | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Program.cs b/Program.cs @@ -51,7 +51,7 @@ static void sort() int a = 0; int b = 0; - //質問ターイム + //質問 string whereEncrypted; whereEncrypted = Question("Where is encrypted file?"); string whereKeyFile; @@ -142,7 +142,7 @@ static void encrypt() int a = 0; int b = 0; - //質問タイム + //質問 string whereDateFile; whereDateFile = Question("Where is the file you want to encrypt?"); string whereKeyFile; @@ -177,4 +177,4 @@ static void encrypt() } writer.Close(); -}- \ No newline at end of file +}