feat(codeforces/993): ak
This commit is contained in:
parent
ee35513364
commit
1e18e29af4
26 changed files with 158 additions and 247 deletions
|
|
@ -19,6 +19,7 @@ setup:
|
|||
test -d build || mkdir -p build
|
||||
test -d io || mkdir -p io
|
||||
test -d scripts || mkdir -p scripts
|
||||
test -f .clang-format || cp $(HOME)/.config/cp-template/.clang-format .
|
||||
test -f compile_flags.txt || cp $(HOME)/.config/cp-template/compile_flags.txt . && echo -std=c++$(VERSION) >>compile_flags.txt
|
||||
test -f .clangd || cp $(HOME)/.config/cp-template/.clangd . && echo -e "\t\t-std=c++$(VERSION)" >>.clangd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue