GoGo #1

Merged
Klochkov_Nikita merged 1 commits from Branch3 into main 2025-02-26 09:47:56 +03:00

View File

@ -11,6 +11,8 @@ namespace GitBasTest
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Hello World"); Console.WriteLine("Hello World");
Console.WriteLine("Hello Golem");
Console.ReadLine();
} }
} }
} }