Add list datasets and add locale format

This commit is contained in:
2023-08-19 19:05:16 +02:00
parent bafcb26bb6
commit 9972738deb
9 changed files with 190 additions and 46 deletions

8
.vscode/launch.json vendored
View File

@@ -46,6 +46,14 @@
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"type": "lldb",
"request": "launch",
"name": "list",
"program": "${workspaceFolder}/build/src/Platform/list",
"args": [],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"name": "Build & debug active file",
"type": "cppdbg",