ProgaOra/20231009/ConsoleApp1/Program.cs

16 lines
236 B
C#
Raw Normal View History

2023-12-04 09:51:29 +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)
{
}
}
}