This commit is contained in:
2023-05-09 22:23:09 +08:00
parent 28ef3dbf6a
commit d5e7fdf687
8 changed files with 743 additions and 0 deletions

6
c_cpp/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"files.associations": {
"stdio.h": "c"
},
"python.formatting.provider": "black"
}