flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Created
June 9, 2022 20:27
-
-
Save lhorie/8839235c344586bd96a615716abb6262 to your computer and use it in GitHub Desktop.
flow chart example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment