Merge pull request 'GoGo' (#1) from Branch3 into main

Reviewed-on: #1
This commit is contained in:
Klochkov_Nikita 2025-02-26 09:47:54 +03:00
commit c1f34bc832

View File

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