This commit is contained in:
IlushaShurupov 2023-07-01 15:31:47 +03:00
parent a7d1ab44cc
commit ec2a71ccdb
5 changed files with 224 additions and 7 deletions

View file

@ -36,6 +36,7 @@ int main() {
testList();
testMap();
testAvl();
testBuffer();
testModule.deinitialize();
}