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