From 87c09e400b637e37566c0355d8e628180803e810 Mon Sep 17 00:00:00 2001 From: Hou Xiaoxuan <59465493+Hou-Xiaoxuan@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:30:58 -0600 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 课程要求提交要求 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a28edcd..ffa9599 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MIT: Mini-Git implementation in Rust +[项目链接](https://github.com/MrBeanCpp/MIT) + Git in Rust. 用 `Rust` 实现的mini `Git`. Called `mit`. > 旨在简洁易读、高效且安全