Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save petergi/c84ab3d347431729761426b79b274ea4 to your computer and use it in GitHub Desktop.

Select an option

Save petergi/c84ab3d347431729761426b79b274ea4 to your computer and use it in GitHub Desktop.
flowchart LR

A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment