aleksynders 2 年之前
父节点
当前提交
1863b85d7d
共有 2 个文件被更改,包括 12 次插入2 次删除
  1. 二进制
      Diagram/DiagramVariantovIspolz.png
  2. 12 2
      ExamGromov/Program.cs

二进制
Diagram/DiagramVariantovIspolz.png


+ 12 - 2
ExamGromov/Program.cs

@@ -1,2 +1,12 @@
-// See https://aka.ms/new-console-template for more information
-Console.WriteLine("Hello, World!");
+using System;
+
+namespace ExamGromov
+{
+    internal class Program
+    {
+        static void Main(string[] args)
+        {
+            Console.WriteLine("Hello World!");
+        }
+    }
+}