Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 120 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 120 Bytes
graph TD;
    A[Start] --> B{Decision?};
    B -->|Yes| C[Proceed];
    B -->|No| D[Stop];
    C --> E[End];
Loading