remove unneccessary folders

This commit is contained in:
2025-06-24 18:46:31 +04:00
parent e02bf8a5b2
commit d9944e2927
2 changed files with 0 additions and 13 deletions

13
.vscode/launch.json vendored
View File

@@ -1,13 +0,0 @@
{
"configurations": [
{
"name": "Launch",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/bin/test",
"args": ["-re", "hello, world"],
"cwd": "${workspaceFolder}",
"stopOnEntry": false
}
]
}