Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 132 Bytes

flowchart.md

File metadata and controls

9 lines (8 loc) · 132 Bytes

flowchart

flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Loading