pytutorial/flow/examples
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
..
README.md Create README.md 2023-12-12 15:39:43 +01:00

Flowchart examples

{:.no_toc}

* TOC {:toc}

The goal

Looking into some flow chart examples.

Questions to David Rotermund

Most simple programm

This program does nothing.

{% raw %}

    flowchart TD
      id1([Start])-->id2([Stop])
  

{% endraw %}