remove insert and delete
This commit is contained in:
3
justfile
3
justfile
@ -15,7 +15,8 @@ release:
|
||||
run:
|
||||
cmake -DCMAKE_C_FLAGS="-fstandalone-debug" -DCMAKE_BUILD_TYPE=Debug -C clang-cmakeinit.cmake .
|
||||
make VERBOSE=1
|
||||
./homework_11
|
||||
rm a.txt
|
||||
./homework_11 > a.txt
|
||||
|
||||
mem-test:
|
||||
cmake -DCMAKE_C_FLAGS="-fsanitize=address -fstandalone-debug" -DCMAKE_BUILD_TYPE=Debug -C clang-cmakeinit.cmake .
|
||||
|
Reference in New Issue
Block a user