m3

Created: 2024-12-14 22:59:51 | Last updated: 2024-12-14 22:59:51 | Status: Public

graph TD A[Start] --> B{Is it?} B -- Yes --> C[OK] C --> D[Rethink] D --> B B -- No --> E[End]