Firts push

This commit is contained in:
2026-04-14 18:32:22 +05:00
commit c88eeabfa8
6 changed files with 535 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PR1
{
internal class Program
{
static void Main(string[] args)
{
}
}
}