switch to struct

This commit is contained in:
Nicu Hodos 2021-11-21 15:15:47 +01:00
parent 801ad546f5
commit 9bfc8b90b6

View File

@ -9,6 +9,10 @@
}, },
{ {
"path": "kid" "path": "kid"
},
{
"name": "blue_remote",
"path": "blue_remote"
} }
], ],
"settings": { "settings": {
@ -20,7 +24,9 @@
"deque": "cpp", "deque": "cpp",
"list": "cpp", "list": "cpp",
"string": "cpp", "string": "cpp",
"vector": "cpp" "vector": "cpp",
"cmath": "cpp",
"cstdlib": "cpp"
} }
} }
} }