There was an error while loading. Please reload this page.
test
flowchart LR
A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2]
graph TD; A-->B; A-->C; B-->D; C-->D;