upload code

This commit is contained in:
2022-01-24 17:15:40 +01:00
parent 07bf94d362
commit 0fadcf5676
21 changed files with 1171 additions and 0 deletions

21
workspace.code-workspace Normal file
View File

@@ -0,0 +1,21 @@
{
"folders": [
{
"path": "SecuritasApp"
},
{
"path": "Securitas"
}
],
"settings": {
"files.associations": {
"array": "cpp",
"string": "cpp",
"string_view": "cpp",
"ranges": "cpp",
"memory": "cpp",
"istream": "cpp",
"functional": "cpp"
}
}
}