From e21106c9210616027591c84d883f12add67f8d7f Mon Sep 17 00:00:00 2001 From: Oleg_Bereznyak Date: Wed, 26 Feb 2025 09:44:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D1=8F=D0=B7=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index e2d9fc5..18ffaee 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,7 @@ namespace Git static void Main(string[] args) { Console.WriteLine("Danilka"); + Console.WriteLine("23"); } } }