day9 coding: 指针的应用 - modify readme

This commit is contained in:
flykhan 2023-07-13 19:20:32 +08:00
parent 1c3315b3c9
commit 7b46755a78
1 changed files with 7 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"files.associations": {
"stdio.h": "c",
"time.h": "c",
"stdlib.h": "c"
}
}