MyFirstRepo/NEFOR/Program.cs

17 lines
279 B
C#
Raw Permalink Normal View History

2025-02-26 08:46:57 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NEFOR
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("HEFOR");
}
}
}