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