Tsukanova I.V. Lab work 1 #1

Merged
eegov merged 9 commits from LabWork1 into master 2022-10-07 09:27:36 +04:00
Showing only changes of commit 8cdbd27e93 - Show all commits

View File

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