Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 196 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 196 Bytes

C++ learning

Setting vscode build

"code-runner.executorMap": {
    "cpp": "cd $dir && cd bin && g++ -std=c++11 ../$fileName -o $fileNameWithoutExt && $dir/bin/$fileNameWithoutExt",