pytutorial/flow/examples/README.md
David Rotermund 7ee8fcf7f4
Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-12 15:39:43 +01:00

26 lines
368 B
Markdown

# Flowchart examples
{:.no_toc}
<nav markdown="1" class="toc-class">
* TOC
{:toc}
</nav>
## The goal
Looking into some flow chart examples.
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
## Most simple programm
This program does nothing.
{% raw %}
<pre class="mermaid">
flowchart TD
id1([Start])-->id2([Stop])
</pre>
{% endraw %}