From 6611d1a2250132971830be674c7c41918283783a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=99=A8=E6=99=97?= Date: Sun, 9 Oct 2022 05:09:29 -0400 Subject: [PATCH] Update README.md --- Documentations/2-ir-gen-warmup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentations/2-ir-gen-warmup/README.md b/Documentations/2-ir-gen-warmup/README.md index 2900912..f301779 100644 --- a/Documentations/2-ir-gen-warmup/README.md +++ b/Documentations/2-ir-gen-warmup/README.md @@ -123,7 +123,7 @@ $ ./result    │   ├── fun.c    │   ├── if.c    │   └── while.c -    ├── CMakeLists.txt <- 你在2.3节需要去掉注释(我们不收,你要改) +    ├── CMakeLists.txt <- 你在2.3节需要去掉注释(你要交)    ├── stu_cpp <- lab2 所需提交的 cpp 目录(你要交)    │   ├── assign_generator.cpp    │   ├── fun_generator.cpp -- GitLab