20240826 finished.

This commit is contained in:
2024-08-26 11:22:13 +08:00
parent 7210c68a2f
commit c5bb4d2f43
7 changed files with 121 additions and 11 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# LeetCodeSharp
使用C#解决[LeetCode](https://leetcode.cn)上的问题但是当且仅当对应的题目没有Rust的版本时才会使用。
使用`just pull <id>`获得对应ID的题目使用`just commit`提交到远程仓库,使用`just test`运行测试代码。