Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-16 02:40:07 +01:00 committed by GitHub
parent 46eb63af14
commit 912661c1f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ Simply put, programming is similar to building a model with Lego bricks. From sm
In the following, the systematic path form a problem to the final program is outlined. Two examples, finding prime numbers and simulating a diffusion process, complete this chapter.
Planning the Program
## Planning the Program
The following steps are reasonable to plan and finally write a program.