flowchart LR
A[]
B[]
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
euler
title Venn Diagram Example
A [Set A]
B [Set B]
A & B [Intersection]
flowchart LR
A[]
B[]
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
euler
title Venn Diagram Example
A [Set A]
B [Set B]
A & B [Intersection]