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