Cypher

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

commit 397a7e8cc5df4996e39ed92d2047b83ac9cef426
parent 98e96981a5230dc0980ee2c10a2d853a0c439088
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Thu, 21 Apr 2022 13:42:23 +0900


Diffstat:
MProgram.cs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Program.cs b/Program.cs @@ -2,7 +2,7 @@ using System; using System.IO; -Console.WriteLine("Hello world. I was wake up."); +Console.WriteLine("Hello world. I woke up."); string answer; answer = Question("What do you want to do?"); while(answer == "help")