diff --git a/_sources/chapter1/0intro.rst.txt b/_sources/chapter1/0intro.rst.txt index dd767ae..244cf9a 100644 --- a/_sources/chapter1/0intro.rst.txt +++ b/_sources/chapter1/0intro.rst.txt @@ -59,10 +59,6 @@ 获取本章代码: -.. code-block:: console - -获取本章代码: - .. code-block:: console $ git clone ``gitaddr of github-classroom-build-lab0-0`` diff --git a/chapter1/0intro.html b/chapter1/0intro.html index 37a5edb..ce9d44a 100644 --- a/chapter1/0intro.html +++ b/chapter1/0intro.html @@ -336,10 +336,6 @@ println!("Hello world!");

本章一步步实现了支持打印字符串的简单操作系统。

获取本章代码:

-

-
-
-

获取本章代码:

$ git clone ``gitaddr of github-classroom-build-lab0-0``
 $ cd ``github-classroom-build-lab0-0``
 $ make setupclassroom_test1  //注意:这一步很重要,是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次,以后一般就不用执行了,除非 .github/workflows/classroom.yml发生了变化。