add code comment

This commit is contained in:
Siwat Sirichai 2023-01-22 23:09:48 +07:00
parent a0290e715e
commit 1097e8df1d
8 changed files with 286 additions and 27 deletions

View file

@ -0,0 +1,12 @@
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp"
}
}