Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 160 Bytes

test.md

File metadata and controls

12 lines (12 loc) · 160 Bytes
@startuml
start
:体力=10;
if (体力<=20) then (true)
  :宿屋に泊まる;
else (false)
  :頑張っててレベル上げる;
endif
stop
@enduml
'''