19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
digraph GRAPH_0 {
|
|
|
|
// Generated by Graph::Easy 0.38 at Sat Dec 31 16:13:04 2005
|
|
|
|
edge [ arrowhead=open ];
|
|
graph [ rankdir=LR ];
|
|
node [
|
|
fontsize=11,
|
|
fillcolor=white,
|
|
style=filled,
|
|
shape=box ];
|
|
|
|
Berlin [ URL="/wiki/index.php/Berlin" ]
|
|
Bonn [ URL="/wiki/index.php/Bonn" ]
|
|
|
|
Bonn -> Berlin
|
|
|
|
}
|