From e327d80d84fd0870a41b5e487c55767da63cd4f9 Mon Sep 17 00:00:00 2001 From: chyyuu Date: Sat, 9 Jul 2022 07:55:20 +0000 Subject: [PATCH] deploy: d01479508fbb0c000f69cacd969a4b4c8d4e2c23 --- _sources/chapter1/0intro.rst.txt | 4 ---- chapter1/0intro.html | 4 ---- 2 files changed, 8 deletions(-) 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发生了变化。