sync to pad

This commit is contained in:
梦凌汐 2024-12-06 03:24:09 +08:00
parent 6ba9a3e1eb
commit 0d3a8ddf74
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -30,3 +30,7 @@
*.exe
*.out
*.app
.vscode/
task.json
settings.json

4
.vscode/tasks.json vendored
View File

@ -3,7 +3,7 @@
{
"type": "cppbuild",
"label": "C/C++: g++.exe 生成活动文件",
"command": "e:\\mingw64\\bin\\g++.exe",
"command": "c:\\mingw64\\bin\\g++.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
@ -12,7 +12,7 @@
"${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "e:\\mingw64\\bin"
"cwd": "c:\\mingw64\\bin"
},
"problemMatcher": [
"$gcc"

Binary file not shown.