mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
8 lines
131 B
Text
8 lines
131 B
Text
digraph InvalidOnFailure {
|
|
graph [on_failure="stop"]
|
|
|
|
start [shape=Mdiamond]
|
|
exit [shape=Msquare]
|
|
|
|
start -> exit
|
|
}
|