This commit is contained in:
chyyuu
2022-07-09 07:55:20 +00:00
parent 36f93ef556
commit e327d80d84
2 changed files with 0 additions and 8 deletions

View File

@@ -59,10 +59,6 @@
获取本章代码:
.. code-block:: console
获取本章代码:
.. code-block:: console
$ git clone ``gitaddr of github-classroom-build-lab0-0``

View File

@@ -336,10 +336,6 @@ println!("Hello world!");
</div>
<p>本章一步步实现了支持打印字符串的简单操作系统。</p>
<p>获取本章代码:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
<p>获取本章代码:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>git clone <span class="sb">``</span>gitaddr of github-classroom-build-lab0-0<span class="sb">``</span>
<span class="gp">$ </span><span class="nb">cd</span> <span class="sb">``</span>github-classroom-build-lab0-0<span class="sb">``</span>
<span class="gp">$ </span>make setupclassroom_test1 //注意这一步很重要是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次以后一般就不用执行了除非 .github/workflows/classroom.yml发生了变化。