init: 初始化rust项目

This commit is contained in:
2023-12-12 18:40:24 +08:00
commit 21276cc6d4
16 changed files with 2676 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# LeetCode
运行`cargo run`来初始化题目的模板文件。
运行`cargo test test_{id}`来运行指定题目的测试。