Compare commits

...

2 Commits

Author SHA1 Message Date
Klochkov_Nikita
c1f34bc832 Merge pull request 'GoGo' (#1) from Branch3 into main
Reviewed-on: #1
2025-02-26 09:47:54 +03:00
c2d5509296 GoGo 2025-02-26 09:42:09 +03:00

View File

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