This commit is contained in:
Isuru Samarathunga
2025-09-13 00:16:07 +05:30
parent a0b5dc2af2
commit 8a2baf6659
20 changed files with 698 additions and 27 deletions

11
.vscode/settings.json vendored
View File

@ -1,5 +1,14 @@
{
"files.associations": {
"functional": "cpp"
"functional": "cpp",
"array": "cpp",
"utility": "cpp",
"xutility": "cpp",
"compare": "cpp",
"memory": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"xmemory": "cpp",
"xtr1common": "cpp"
}
}