From bc80ed2ff353fe9ee5cc737a83eccb275a366d8b Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 24 Feb 2025 13:43:43 +0300 Subject: [PATCH] second comit --- Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Program.cs b/Program.cs index 95f85bf..7ca98d5 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,16 @@ namespace ConsoleForGit static void Main(string[] args) { Console.WriteLine("HelloWorld"); + + Console.WriteLine("HelloWorld"); + + Console.WriteLine("HelloWorld"); + + Console.WriteLine("HelloWorld"); + + Console.WriteLine("HelloWorld"); + + Console.WriteLine("HelloWorld"); } } }