2025-02-26 09:37:42 +03:00
|
|
|
|
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)
|
|
|
|
|
{
|
2025-02-26 09:42:16 +03:00
|
|
|
|
Console.WriteLine("Oleg Top MVP EMEA");
|
2025-02-26 09:44:45 +03:00
|
|
|
|
Console.WriteLine("Pomidor");
|
|
|
|
|
Console.BackgroundColor = ConsoleColor.Green;
|
2025-02-26 09:37:42 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|