LeetCodeSharp/README.md

5 lines
278 B
Markdown
Raw Normal View History

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