File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ sudo make install
28
28
cd ~
29
29
mkdir cppmodules
30
30
cd cppmodules
31
- wget https://github.com/masx200/leetcode-treenode-cpp/archive/refs/tags/1.1.1 .zip
32
- unzip 1.1.1 .zip
31
+ wget -v --output-document=leetcode-treenode-cpp.zip https://github.com/masx200/leetcode-treenode-cpp/archive/refs/tags/1.1.2 .zip
32
+ unzip leetcode-treenode-cpp .zip
Original file line number Diff line number Diff line change 1
- g++ ~ /cppmodules/leetcode-treenode-cpp-1.1.1 /* .cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -I ./insert-into-a-binary-search-tree -v -c
1
+ g++ ~ /cppmodules/leetcode-treenode-cpp-1.1.2 /* .cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -I ./insert-into-a-binary-search-tree -v -c
2
2
3
- g++ ~ /cppmodules/leetcode-treenode-cpp-1.1.1 /* .cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -o ./insert-into-a-binary-search-tree/test.bin -I ./insert-into-a-binary-search-tree -v
3
+ g++ ~ /cppmodules/leetcode-treenode-cpp-1.1.2 /* .cxx ./insert-into-a-binary-search-tree/test.cpp -fmodules-ts -l cppunit -o ./insert-into-a-binary-search-tree/test.bin -I ./insert-into-a-binary-search-tree -v
4
4
5
5
6
6
g++ ./check-if-it-is-a-good-array/test.cpp -l gtest -o ./check-if-it-is-a-good-array/test.bin -I ./check-if-it-is-a-good-array -v -l pthread
7
7
8
- g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~ /cppmodules/leetcode-treenode-cpp-1.1.1 /* .cxx -fmodules-ts -l gtest -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread -c
8
+ g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~ /cppmodules/leetcode-treenode-cpp-1.1.2 /* .cxx -fmodules-ts -l gtest -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread -c
9
9
10
- g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~ /cppmodules/leetcode-treenode-cpp-1.1.1 /* .cxx -fmodules-ts -l gtest -o ./insufficient-nodes-in-root-to-leaf-paths/test.bin -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread
10
+ g++ ./insufficient-nodes-in-root-to-leaf-paths/test.cpp ~ /cppmodules/leetcode-treenode-cpp-1.1.2 /* .cxx -fmodules-ts -l gtest -o ./insufficient-nodes-in-root-to-leaf-paths/test.bin -I ./insufficient-nodes-in-root-to-leaf-paths -v -l pthread
You can’t perform that action at this time.
0 commit comments