|
Size: 233
Comment:
|
Size: 235
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| 中国->{ B C } B->C->D |
A->{ B C } "中国"->C->D |
digraph SomeGraph {
$STD_GRAPH_HEADER
A->{ B C }
B->C->D
}
