# Flowchart examples {:.no_toc} ## 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 %}
flowchart TD id1([Start])-->id2([Stop]){% endraw %}