Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 148 Bytes

File metadata and controls

9 lines (8 loc) · 148 Bytes

mermaid

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