From 9803d1fa98fe292bb06a604bf3f810566612665b Mon Sep 17 00:00:00 2001 From: sailendra Date: Mon, 20 Jul 2020 14:40:08 +1000 Subject: [PATCH] added a line of code some stuffs here --- Week4-App1/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week4-App1/Program.cs b/Week4-App1/Program.cs index 397b34f..3c597c5 100644 --- a/Week4-App1/Program.cs +++ b/Week4-App1/Program.cs @@ -12,7 +12,7 @@ static void Main(string[] args) { Console.WriteLine("Hello world!"); Console.WriteLine("Workshop 4 edit"); - + Console.WriteLine("Some stuffs here"); Console.ReadLine(); } }