Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Last active June 4, 2021 12: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 eyasuyuki/7169ce85c7d4b0e9e1ee5bda24fb170f to your computer and use it in GitHub Desktop.
Save eyasuyuki/7169ce85c7d4b0e9e1ee5bda24fb170f to your computer and use it in GitHub Desktop.
@startuml
skinparam linetype ortho
class Test {
name: String
age: Integer
}
class Test2 {
name: String
age: Integer
}
class Test3 {
name: String
age: Integer
}
class Test4 {
name: String
age: Integer
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment