primeros intentos

This commit is contained in:
2025-06-09 15:17:53 +02:00
parent 6872573516
commit 3cd5e6fce0
5 changed files with 105 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "macos-clang-x64",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "macos-clang-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}