Files
vector/.vscode/settings.json

6 lines
113 B
JSON
Raw Normal View History

2025-08-17 14:58:48 +08:00
{
2025-08-21 22:21:37 +08:00
"C_Cpp.default.compilerPath": "/usr/bin/g++-14",
"files.associations": {
"stdio.h": "c"
}
2025-08-17 14:58:48 +08:00
}