Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Workflow
/
tests
/
data
/
StartEnd2.dot
blob: e56594eff4f328aaa67d6f87f93a6eedaa6f97e7 [
file
]
digraph
StartEnd
{
node1
[
label
=
"Start"
,
color
=
"#cc0000"
]
node2
[
label
=
"End"
,
color
=
"#2e3436"
]
node1
->
node2
}