Skip to content

Instantly share code, notes, and snippets.

@afalchi82
Created April 21, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afalchi82/f08c328d8712b93f53cb0e83f7428916 to your computer and use it in GitHub Desktop.
Save afalchi82/f08c328d8712b93f53cb0e83f7428916 to your computer and use it in GitHub Desktop.
test flowchart
st=>start: Start
e=>end: End
op=>operation: My Operation
op2=>operation: lalala
cond=>condition: Yes or No?

st->op->op2->cond
cond(yes)->e
cond(no)->op2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment