This commit is contained in:
Михаил Капелько
2024-03-26 22:33:57 +03:00
parent 2891de43a0
commit 650bf410e8
9 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
c++ -o test_memory_C++ \
-std=c++11 \
-Ilanguage-C++/Memory/src \
language-C++/Memory/src/Memory.Aux.cpp \
language-C++/Memory/src/Memory.Test.cpp \
language-C++/src/main.cpp
-IC++ \
C++/Memory.Aux.cpp \
C++/Memory.Test.cpp \
C++/main.cpp

View File

@@ -1,4 +1,4 @@
swiftc -o test_memory_Swift \
language-Swift/Memory/src/Memory.Aux.swift \
language-Swift/Memory/src/Memory.Test.swift \
language-Swift/src/main.swift
Swift/Memory.Aux.swift \
Swift/Memory.Test.swift \
Swift/main.swift