diff --git a/hogehoge.pu b/hogehoge.pu new file mode 100644 index 0000000..7612099 --- /dev/null +++ b/hogehoge.pu @@ -0,0 +1,11 @@ +@startuml + +[*] --> State1 +State1 --> [*] +State1 : this is a string +State1 : this is another string + +State1 -> State2 +State2 --> [*] + +@enduml