From c2d550929652b4bf9d58f3016f7f17f77d3a5f6c Mon Sep 17 00:00:00 2001 From: Klochkov Nikita Date: Wed, 26 Feb 2025 09:42:09 +0300 Subject: [PATCH] GoGo --- Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Program.cs b/Program.cs index 0edecca..5205592 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,8 @@ namespace GitBasTest static void Main(string[] args) { Console.WriteLine("Hello World"); + Console.WriteLine("Hello Golem"); + Console.ReadLine(); } } }