From c8919c4a403b2ab49be34f66123ee270597fbdad Mon Sep 17 00:00:00 2001 From: irina Date: Mon, 24 Feb 2025 13:44:42 +0300 Subject: [PATCH] second comit --- Program.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Program.cs b/Program.cs index 9d64bd9..95c6a20 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,10 @@ namespace Console_for_Git 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!"); } } }