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
+13
View File
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "lldb",
"request": "launch",
"args": [],
"cwd": "/Users/m4gn3to/App-Tarjetas-SMART70",
"program": "/Users/m4gn3to/App-Tarjetas-SMART70/build/Debug/outDebug"
}
]
}