many, many chore
This commit is contained in:
FallenYing
2023-07-28 09:30:17 +08:00
parent b043fd1d05
commit f501a6b993
33 changed files with 453 additions and 453 deletions

View File

@@ -442,7 +442,7 @@ int listObjectsAtLocation(OBJECT *location)
为了使整个画面完整,最好扩展前面生成的地图,我们可以用虚线表示“明显”的通道。
```c
```awk
BEGIN { print "digraph map {"; }
/^- / { outputEdges(); delete a; }
/^[ \t]/ { a[$1] = $2; }