Skip to content

Instantly share code, notes, and snippets.

@anyakichi
Created January 9, 2012 11:30
Show Gist options
  • Save anyakichi/1582577 to your computer and use it in GitHub Desktop.
Save anyakichi/1582577 to your computer and use it in GitHub Desktop.
flowchart sample
blockdiag {
orientation = portrait
A [label = "cond", shape = "diamond"];
A -> B [label = "yes"];
A -> C [label = "no"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment