commit 0eb7bdc378596fde6ed8c64a608df791b1306892
parent 63c5a7782990a9101b3c6b72ac4c843792e22142
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Thu, 21 Apr 2022 14:37:13 +0900
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Program.cs b/Program.cs
@@ -5,7 +5,7 @@ using System.IO;
Console.WriteLine("Hello world. I woke up.");
string answer;
answer = Question("What do you want to do?");
-while(answer == "help")
+while(answer != "help")
{
Console.WriteLine("createKey is creating keyFile for Cryptography.");
Console.WriteLine("encrypt is encrypting the date file you want with created keyFile.");