Files
Leetcode-100/.vscode/c_cpp_properties.json
2025-08-22 00:22:53 +08:00

13 lines
254 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/g++"
}
],
"version": 4
}