2025-02-24 13:04:42 +03:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace ConsoleForGid
|
|
|
|
|
{
|
|
|
|
|
internal class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("Hello World");
|
2025-02-24 13:47:43 +03:00
|
|
|
|
Console.WriteLine("Hello World");
|
|
|
|
|
Console.WriteLine("Hello World");
|
|
|
|
|
Console.WriteLine("Hello World");
|
|
|
|
|
Console.WriteLine("Hello World");
|
|
|
|
|
Console.WriteLine("Hello World");
|
2025-02-24 13:04:42 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|