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