This commit is contained in:
Михаил Капелько
2024-03-20 22:32:55 +03:00
parent 222eafc18c
commit a46fc88c13
6 changed files with 44 additions and 3 deletions

View File

@@ -1 +1,5 @@
c++ -o mem language-C++/src/test.cpp
c++ -o test_memory \
-Ilanguage-C++/Memory/src \
language-C++/Memory/src/Memory.Aux.cpp \
language-C++/Memory/src/Memory.Test.cpp \
language-C++/src/test.cpp