From eb0e481ce52c383df668b1151dd9d5c45b0e02bb Mon Sep 17 00:00:00 2001 From: VladimirK Date: Mon, 24 Feb 2025 13:46:43 +0300 Subject: [PATCH] first commit --- Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Program.cs b/Program.cs index 32c0042..b662646 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,8 @@ namespace Console4Gitea static void Main(string[] args) { Console.WriteLine("Hello, hell"); + Console.WriteLine("Hello, hell"); + Console.WriteLine("Hello, hell"); } } }