From 006d70c734bcc9623389746be1601eee4203fbfe Mon Sep 17 00:00:00 2001 From: Slivin Date: Wed, 28 Jan 2026 17:14:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20Program.cs=20=D1=81=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=B8=20=D0=A4=D0=98=D0=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Program.cs diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..ef08532 --- /dev/null +++ b/Program.cs @@ -0,0 +1,7 @@ +using System; + +class Program { + static void Main() { + Console.WriteLine("Группа IS22AB, ФИО Slivin"); + } +}