add docs.

This commit is contained in:
ykiko
2024-07-11 12:04:09 +08:00
parent aae15e7b56
commit b46ff17820
8 changed files with 364 additions and 5 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"type": "lldb",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/build/clice",
"program": "${workspaceFolder}/build/clice_test",
"args": [],
"cwd": "${workspaceFolder}"
},