https://github.com/peterchenhdu/doc
doc.
https://github.com/peterchenhdu/doc
Last synced: 4 months ago
JSON representation
doc.
- Host: GitHub
- URL: https://github.com/peterchenhdu/doc
- Owner: peterchenhdu
- Created: 2015-11-17T09:11:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T08:16:52.000Z (about 5 years ago)
- Last Synced: 2025-01-17T20:43:03.602Z (5 months ago)
- Homepage:
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doc
### 流程图
```flow
st=>start: Start
e=>end
op=>operation: My Operation
op2=>operation: My Operation2
cond=>condition: Yes or No?st->op->op2->cond
cond(yes)->e
cond(no)->op
```