ProgaOra/20230920/ConsoleApp1/Program.cs

16 lines
251 B
C#
Raw Normal View History

2024-01-19 14:06:27 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
}
}
}