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"); + } +}