From d00b549674b1fe98892c7712d92e451a6f4c2db3 Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 24 Feb 2025 13:49:17 +0300 Subject: [PATCH] second comit --- Program.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Program.cs b/Program.cs index a4f38d2..4a5f453 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,10 @@ namespace ConsoleForGit static void Main(string[] args) { Console.WriteLine("Hello,World"); + Console.WriteLine("Hello,World"); + Console.WriteLine("Hello,World"); + Console.WriteLine("Hello,World"); + Console.WriteLine("Hello,World"); } } }