Skip to content

Instantly share code, notes, and snippets.

@vonbeitthia
Created February 8, 2021 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vonbeitthia/b8e6df7fa09a706b400c7ab3367bcaf4 to your computer and use it in GitHub Desktop.
Save vonbeitthia/b8e6df7fa09a706b400c7ab3367bcaf4 to your computer and use it in GitHub Desktop.
@startuml
object Car
object Bus
object Tire
object Engine
object Driver
Car <|- Bus
Car *-down- Tire
Car *-down- Engine
Bus o-down- Driver
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment