Revert "Готовая лаба №3"

This reverts commit 23fcb0cd41.
This commit is contained in:
Софья Якобчук 2023-12-02 12:05:00 +04:00
parent dfecf0ae59
commit ed59077254

View File

@ -14,7 +14,6 @@ namespace Sailboat.Generics
{
_places = new T?[count];
}
public int Insert(T boat)
{
return Insert(boat, 0);