2025-02-24 13:01:56 +03:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace ConsoleForGit
|
|
|
|
|
{
|
|
|
|
|
internal class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("Hello,World");
|
2025-02-24 13:49:17 +03:00
|
|
|
|
Console.WriteLine("Hello,World");
|
|
|
|
|
Console.WriteLine("Hello,World");
|
|
|
|
|
Console.WriteLine("Hello,World");
|
|
|
|
|
Console.WriteLine("Hello,World");
|
2025-02-24 13:01:56 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|