# Plantuml

```plantuml
@startuml
Bob -> Alice : hello
@enduml
```

```puml
@startuml
Bob -> Alice : hello again
@enduml
```
