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