Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
88614efc3a
commit
cd2466bc24
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ print(c)
|
|||
{% raw %}
|
||||
<pre class="mermaid">
|
||||
flowchart TD
|
||||
start([Start]) --> inita{{"counter ← 0"}} --> inita{{"counter_max ← 100"}} --> Condition{"counter < counter_max"}
|
||||
start([Start]) --> initcounter{{"counter ← 0"}} --> initcountermax{{"counter_max ← 100"}} --> Condition{"counter < counter_max"}
|
||||
Condition -- Yes --> printcounter[/"print counter"/] --> Action["counter ← counter + 1"]
|
||||
Action --> Condition
|
||||
Condition -- No --> End(End)
|
||||
|
|
Loading…
Reference in a new issue