first commit
This commit is contained in:
12
perl/lib/Graph-Easy-0.76/t/in/dot/9_stacking.dot
Normal file
12
perl/lib/Graph-Easy-0.76/t/in/dot/9_stacking.dot
Normal file
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
graph [rankdir=LR];
|
||||
"11" -> "1"
|
||||
"1" -> "2"
|
||||
"2" -> "3"
|
||||
"1" -> "10"
|
||||
"3" -> "8"
|
||||
"8" -> "5"
|
||||
"5" -> "6"
|
||||
"10" -> "6"
|
||||
"0" -> "11"
|
||||
}
|
||||
Reference in New Issue
Block a user