first commit
This commit is contained in:
18
perl/lib/Graph-Easy-0.76/bench/test.dot
Normal file
18
perl/lib/Graph-Easy-0.76/bench/test.dot
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user