Create README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-12 15:39:43 +01:00 committed by GitHub
parent b205c188ca
commit 7ee8fcf7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
flow/examples/README.md Normal file
View file

@ -0,0 +1,26 @@
# 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 %}