Skip to content

Instantly share code, notes, and snippets.

@YoheiKakiuchi
Last active April 23, 2021 06:37
Show Gist options
  • Save YoheiKakiuchi/fa9a02f987e8fb5f624c7f820329baba to your computer and use it in GitHub Desktop.
Save YoheiKakiuchi/fa9a02f987e8fb5f624c7f820329baba to your computer and use it in GitHub Desktop.
UMLtest

UML

@startuml

[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string

State1 -> State2
State2 --> [*]

@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment