Начало Lab3. Создание класса SetGeneric

This commit is contained in:
malimova 2023-10-15 20:10:39 +04:00
parent c8cd888bf1
commit 0bdfe1f404

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AirBomber
{
internal class SetGeneric
{
}
}