Document with Diagram
Created: 2024-12-14 22:42:59 | Last updated: 2024-12-14 22:48:18 | Status: Public
Document with Diagram
Here’s a sample diagram:
graph TD
A[Start] --> B{Is it?}
B -- Yes --> C[OK]
C --> D[Rethink]
D --> B
B -- No --> E[End]