chore: add (#126)

* chore: add

* Update 1.12选课原则与抢课技巧.md
This commit is contained in:
LeiSure
2023-09-25 19:55:31 +08:00
committed by GitHub
parent 08c9571b1e
commit c6e50aa3a9
11 changed files with 37 additions and 36 deletions

View File

@@ -32,7 +32,7 @@
如果你可以在不参考下面内容的情况下就写出基本内容会有很大收获的
:::
## **parsexec.c**
## parsexec.c
```c
#include <stdbool.h>
@@ -91,7 +91,7 @@ bool parseAndExecute(char *input)
新命令由以下模块实现。
## **inventory.h**
## inventory.h
```c
extern void executeGet(const char *noun);
@@ -101,7 +101,7 @@ extern void executeGive(const char *noun);
extern void executeInventory(void);
```
## **inventory.c**
## inventory.c
```c
#include <stdio.h>