diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b66ae99
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.vs
\ No newline at end of file
diff --git a/ConsoleForYakubinAndPrimchuk.sln b/ConsoleForYakubinAndPrimchuk.sln
new file mode 100644
index 0000000..cdbd70e
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.12.35527.113 d17.12
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleForYakubinAndPrimchuk", "ConsoleForYakubinAndPrimchuk\ConsoleForYakubinAndPrimchuk.csproj", "{3C626148-2850-4AC1-B808-CBA4C049F3BC}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3C626148-2850-4AC1-B808-CBA4C049F3BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3C626148-2850-4AC1-B808-CBA4C049F3BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3C626148-2850-4AC1-B808-CBA4C049F3BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3C626148-2850-4AC1-B808-CBA4C049F3BC}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/ConsoleForYakubinAndPrimchuk/App.config b/ConsoleForYakubinAndPrimchuk/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ConsoleForYakubinAndPrimchuk/ConsoleForYakubinAndPrimchuk.csproj b/ConsoleForYakubinAndPrimchuk/ConsoleForYakubinAndPrimchuk.csproj
new file mode 100644
index 0000000..f3af495
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/ConsoleForYakubinAndPrimchuk.csproj
@@ -0,0 +1,53 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {3C626148-2850-4AC1-B808-CBA4C049F3BC}
+ Exe
+ ConsoleForYakubinAndPrimchuk
+ ConsoleForYakubinAndPrimchuk
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ConsoleForYakubinAndPrimchuk/Program.cs b/ConsoleForYakubinAndPrimchuk/Program.cs
new file mode 100644
index 0000000..248f968
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/Program.cs
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ConsoleForYakubinAndPrimchuk
+{
+ internal class Program
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Oleg Top MVP EMEA");
+ Console.WriteLine("Pomidor");
+ Console.BackgroundColor = ConsoleColor.Green;
+ }
+ }
+}
diff --git a/ConsoleForYakubinAndPrimchuk/Properties/AssemblyInfo.cs b/ConsoleForYakubinAndPrimchuk/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..4618f7e
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// Общие сведения об этой сборке предоставляются следующим набором
+// набора атрибутов. Измените значения этих атрибутов для изменения сведений,
+// связанные с этой сборкой.
+[assembly: AssemblyTitle("ConsoleForYakubinAndPrimchuk")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ConsoleForYakubinAndPrimchuk")]
+[assembly: AssemblyCopyright("Copyright © 2025")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми
+// для компонентов COM. Если необходимо обратиться к типу в этой сборке через
+// из модели COM задайте для атрибута ComVisible этого типа значение true.
+[assembly: ComVisible(false)]
+
+// Следующий GUID представляет идентификатор typelib, если этот проект доступен из модели COM
+[assembly: Guid("3c626148-2850-4ac1-b808-cba4c049f3bc")]
+
+// Сведения о версии сборки состоят из указанных ниже четырех значений:
+//
+// Основной номер версии
+// Дополнительный номер версии
+// Номер сборки
+// Номер редакции
+//
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.exe b/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.exe
new file mode 100644
index 0000000..cffedd5
Binary files /dev/null and b/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.exe differ
diff --git a/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.exe.config b/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.pdb b/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.pdb
new file mode 100644
index 0000000..7f7ea8c
Binary files /dev/null and b/ConsoleForYakubinAndPrimchuk/bin/Debug/ConsoleForYakubinAndPrimchuk.pdb differ
diff --git a/ConsoleForYakubinAndPrimchuk/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/ConsoleForYakubinAndPrimchuk/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.csproj.AssemblyReference.cache b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..25132c6
Binary files /dev/null and b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.csproj.AssemblyReference.cache differ
diff --git a/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.csproj.CoreCompileInputs.cache b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..0be8d26
--- /dev/null
+++ b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+137ddb1975586287657f37337b64d051167bb6a147915d9fb5b8eb94b1093509
diff --git a/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.exe b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.exe
new file mode 100644
index 0000000..cffedd5
Binary files /dev/null and b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.exe differ
diff --git a/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.pdb b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.pdb
new file mode 100644
index 0000000..7f7ea8c
Binary files /dev/null and b/ConsoleForYakubinAndPrimchuk/obj/Debug/ConsoleForYakubinAndPrimchuk.pdb differ
diff --git a/ConsoleForYakubinAndPrimchuk/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ConsoleForYakubinAndPrimchuk/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..3a569f7
Binary files /dev/null and b/ConsoleForYakubinAndPrimchuk/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ