This is a diagram:
graph TD A[Start] --> B{Decision} B -->|Yes| C[Do something] B -->|No| D[Do something else]
print("Hello world!")