Update README.md

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

View file

@ -6,7 +6,8 @@
{% raw %}
<pre class="mermaid">
flowchart LR
id1([Start])
id1:::terminal([Start])
classDef terminal fill:#0f0 stroke:#000
</pre>
{% endraw %}
@ -57,4 +58,25 @@ For arithmetic operations and data-manipulations.
</pre>
{% endraw %}
## Initialization
{% raw %}
<pre class="mermaid">
flowchart LR
id1{{Initialization}}
</pre>
{% endraw %}
## File
{% raw %}
<pre class="mermaid">
flowchart LR
id1[(File)]
</pre>
{% endraw %}