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