Browse Source

Написал Hello World

Alec 3 years ago
parent
commit
befda0ac7f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ConsoleApp1/Program.cs

+ 1 - 0
ConsoleApp1/Program.cs

@@ -10,6 +10,7 @@ namespace ConsoleApp1
     {
         static void Main(string[] args)
         {
+            Console.WriteLine("Hello World");
         }
     }
 }