Initial version

This commit is contained in:
Ollo
2021-11-15 19:03:27 +01:00
commit d918bfe08e
12 changed files with 707 additions and 0 deletions

21
PM1006.code-workspace Normal file
View File

@@ -0,0 +1,21 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.tcc": "cpp",
"bitset": "cpp",
"algorithm": "cpp",
"istream": "cpp",
"limits": "cpp",
"streambuf": "cpp",
"functional": "cpp",
"string": "cpp",
"typeinfo": "cpp",
"cmath": "cpp"
}
}
}